Skip to content
View g-pa's full-sized avatar
πŸ”₯
πŸ”₯

Highlights

  • Pro

Block or report g-pa

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
g-pa/README.md

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!

Popular repositories Loading

  1. aai-project aai-project Public

    Final project for "Advance Artificial Intelligence" class

    Python

  2. g-pa g-pa Public

    Hello there, I am using GitHub!

  3. piml-tutorial piml-tutorial Public

    Simple tutorial on Physics Informed Machine Learning

    Jupyter Notebook