- ๐พ Insectathlon videogame
- ๐ฌ Data Pollution's impact on classification tasks
- ๐บ SheRise web application (click here to view the repository)
- ๐ bloQo mobile application
class Myself:
user = "Matteo Spreafico"
education = [
"Politecnico di Milano - Computer Science and Engineering (Master Degree)",
"Politecnico di Milano - Ingegneria Informatica (Bachelor's Degree)",
"Liceo Scientifico Statale Paolo Frisi - Diploma Scientifico"
]
spoken_languages = {
"Italian": "Native Speaker",
"English": "C1 - CAE Certificate",
"French": "Basic Knowledge",
"Russian": "Basic Knowledge"
}
hobbies = [
"Technology",
"Music",
"Videogames",
"Languages"
]
def getCity(self):
return "Monza, Italy"