Skip to content
Avatar
💻
Focused
💻
Focused

Achievements

Achievements

Highlights

  • Pro
Block or Report

Block or report Wadaboa

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.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Wadaboa/README.md

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

Pinned

  1. GUI useful to manually annotate text for Named Entity Recognition purposes

    Python 13 5

  2. Multi-agent reinforcement learning on trains, for Deep Learning class at UNIBO

    TeX 12 2

  3. Question answering on the SQuAD dataset, for NLP class at UNIBO

    Jupyter Notebook 3

  4. 3d-bpp Public

    3D bin packing solutions with layers and superitems, for Artificial Intelligence in Industry class at UNIBO

    Jupyter Notebook 16 5

  5. titanet Public

    Speaker identification/verification models for Machine Learning for Computer Vision class at UNIBO

    Jupyter Notebook 4 1

  6. 1
    🌞 Morning   170 commits  █████▍░░░░░░░░░░░░░░░  26.1%
    2
    🌆 Daytime   288 commits  █████████▎░░░░░░░░░░░  44.2%
    3
    🌃 Evening   187 commits  ██████░░░░░░░░░░░░░░░  28.7%
    4
    🌙 Night       6 commits  ▏░░░░░░░░░░░░░░░░░░░░   0.9%

396 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Mon Wed Fri

Contribution activity

March 2022

14 contributions in private repositories Mar 2 – Mar 10

Seeing something unexpected? Take a look at the GitHub profile guide.