Welcome to my little corner of the web!
class Giulia:
def __init__(self):
self.name = "Giulia"
self.surname = "Ghisolfi"
self.education = [
"BSc in Mathematical Engineering",
"MSc in Computer Science (Artificial Intelligence curriculum)"
]
self.hobbies = ["Running", "Drawing", "Music"]
self.skills = [
"Machine Learning", "Computer Vision", "Deep Learning", "Data Science"
]
self.goals = "Building AI-driven solutions for real-world problems."
def contact(self):
return "giuliaghisolfi99@gmail.com"