Skip to content

g-pa/g-pa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Hi, I’m Guido πŸ‘‹

LinkedIn GitHub Telegram Email

class Gpa(DataScientist, SoftwareEngineer):
    def __init__(self):
        DataScientist.__init__(self)
        SoftwareEngineer.__init__(self)

        self.name = "Guido"
        self.roles = ["ML Engineer", "AI Engineer"]
        self.language_spoken = ["it", "en"]

    def say_hi(self):
        print("Hello there!")

me = Gpa()
me.say_hi()

β˜• A Little Office Wisdom

"You miss 100% of the shots you don’t take. – Wayne Gretzky"
– Michael Scott


πŸ’» Tech Stack

Programming Languages

Python

AI Libraries

NumPy Pandas Scikit-learn PyTorch HuggingFace

Dev Libraries

Streamlit FastAPI

Tools

uv Ruff Docker Podman


πŸ‘¨πŸ»β€πŸ’» Currently experimenting with...

Flutter Godot Engine

...stay tuned!

About

Hello there, I am using GitHub!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors