Skip to content

pie33000/pie33000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

Hello there πŸ‘‹

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-

class MachineLearningEngineer:

    def __init__(self):
        self.name = "Pierrick Rugery"
        self.role = "Lead Machine Learning Engineer"
        self.language_spoken = ["πŸ‡«πŸ‡·", "πŸ‡ΊπŸ‡Έ"]
        self.passion = "Exploring French cuisine, especially a Boeuf Bourguignon"
        self.center_of_interest = [
            "Artificial Intelligence πŸ€–",
            "Robotics 🦾",
            "World Models 🌍".
        ]
        self.current_project = "Developing Robotics solutions for the future."
        self.location = "New York, NY"

    def say_hi(self):
        print("Welcome to my GitHub! Grab a coffee β˜• and explore my world of tech and innovation.")


me = MachineLearningEngineer()
me.say_hi()

πŸ“ Blogs

πŸ“” Latest Blog posts

πŸ”§ Technologies & Tools

Programming Languages:

Python C Rust

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors