Skip to content
View Wadaboa's full-sized avatar
๐Ÿ’ป
Focused
๐Ÿ’ป
Focused

Block or report Wadaboa

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 Loading

  1. 3d-bpp 3d-bpp Public

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

    Jupyter Notebook 125 34

  2. titanet titanet Public

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

    Jupyter Notebook 67 13

  3. flatland-challenge flatland-challenge Public

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

    TeX 20 3

  4. cpr-appropriation cpr-appropriation Public

    Solutions to the Harvest CPR appropriation problem with policy gradient methods and social learning, for Autonomous and Adaptive Systems class at UNIBO

    Python 9 4

  5. ner-annotator ner-annotator Public

    GUI useful to manually annotate text for Named Entity Recognition purposes

    Python 14 9

  6. squad-question-answering squad-question-answering Public

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

    Jupyter Notebook 3