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

Highlights

  • Pro

Block or report g-pa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
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