Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Hi there

Visitor Badge Open Source Love Linkedin: alessio-falai

👨 About me

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


class MySelf:

    def __init__(self):
        self.name = "👀 Alessio Falai"
        self.languages = ["🇮🇹 it_IT", "🇬🇧 en_GB"]
        self.education = {
            "BSc": {
                "Degree": "🖥️ Computer Science",
                "University": "🟦 Florence"
            },
            "MSc": {
                "Degree": "🤖 Artificial Intelligence",
                "University": "🟥 Bologna"
            }
        ]
        self.roles = ["👨‍🔬 Applied/Data Scientist", "🧑‍💻 Software Engineer"]
        self.hobbies = ["⌨️ Mechanical keyboards", "📸 Photography", "🌍 Travelling", "🎒 Backpacks"]
        self.interests = ["💬 TTS", "🌳 GNNs"]
        self.website = ["🌐 https://alessiofalai.it"]

    def hello(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = MySelf()
me.hello()

📊 Some statistics

Wadaboa's github stats

📕 Latest blog posts

⚡ Recent GitHub activity

  1. ❗️ Closed issue #2 in Wadaboa/titanet

About

GitHub's special repository, such that its README.md will appear on my public profile

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors