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. 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

  2. grocery_store_cnn grocery_store_cnn Public

    Image classification system for grocery store shelves using CNNs.

    Jupyter Notebook

  3. 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

  4. SimReale/multiple_couriers_CVRP SimReale/multiple_couriers_CVRP Public

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

    Python 2

  5. SMMhomeworks SMMhomeworks Public

    This repository contains comprehensive solutions and analyses for four key homework assignments in the realm of Statistical and Machine Learning. The repository is structured to include both the orโ€ฆ

    Python

  6. Sentence_Reordering Sentence_Reordering Public

    This project was undertaken as part of the Deep Learning course final exam. The primary objective of this project is to develop and implement a deep learning model for sentence reordering. Sentenceโ€ฆ

    Jupyter Notebook