Skip to content
View francescobaio's full-sized avatar
๐Ÿ“š
Focusing
๐Ÿ“š
Focusing

Block or report francescobaio

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
francescobaio/README.md

Hi there

Linkedin: francesco-baiocchi Visitor Badge

๐Ÿ‘จ About me

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


class MySelf:
    """
    A class to represent personal details and interests of Francesco Baiocchi.
    """

    def __init__(self):
        self.name = "๐Ÿ‘€ Francesco Baiocchi"
        self.languages = ["๐Ÿ‡ฎ๐Ÿ‡น Italian", "๐Ÿ‡ฌ๐Ÿ‡ง English"]
        self.education = {
            "BSc": {
                "Degree": "๐Ÿ–ฅ๏ธ Computer Science",
                "University": "๐ŸŸฆ University of Florence"
            },
            "MSc": {
                "Degree": "๐Ÿค– Artificial Intelligence",
                "University": "๐ŸŸฅ University of Bologna"
            }
        }
        self.roles = ["๐Ÿ‘จโ€๐Ÿ”ฌ AI Research Engineer", "๐Ÿง‘โ€๐Ÿ’ป Software Engineer"]
        self.hobbies = [ "โ™Ÿ๏ธ Chess", "๐Ÿšด Cycling", "๐ŸŒ Travelling"]
        self.interests = ["๐Ÿ’ฌ Machine Learning (ML)", "๐ŸŒณ Bayesian Networks (BNs)"]
        self.website = "๐ŸŒ Loading..."

Pinned Loading

  1. SoccerAI SoccerAI Public

    Benchmarking Multiple GNNs for Predicting Whether a Soccer Action Ends in a Shot

    Python 1

  2. hiring_cv_bias hiring_cv_bias Public

    Resume Parsing Bias Detection Pipeline

    Jupyter Notebook

  3. NLP_Assignments NLP_Assignments Public

    Assignments in the realm of Natural Language Processing for Sexism Detection, developed as part of the NLP course at the University of Bologna.

    Jupyter Notebook 1

  4. grocery_store_cnn grocery_store_cnn Public

    Image classification system for grocery store shelves using CNNs.

    Jupyter Notebook

  5. opencv-instance-detection opencv-instance-detection Public

    A computer vision-based system for detecting and identifying food products on store shelves in OpenCV.

    Jupyter Notebook

  6. multiple_couriers_CVRP multiple_couriers_CVRP Public

    Forked from SimReale/multiple_couriers_CVRP

    Combinatorial optimization project for the Multiple Couriers Problem (MCP).

    Python