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

    Image classification system for grocery store shelves using CNNs.

    Jupyter Notebook

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

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

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

  5. SWE-ChessApp SWE-ChessApp Public

    ChessApp is a Java-based chess application that allows users to organize chess tournaments. The project includes a detailed documentation file, "Relazione_SWE.pdf," which provides insights into theโ€ฆ

    Java

  6. SearchArt SearchArt Public

    SearchArt is an innovative web application developed from scratch, utilizing foundational web technologies such as HTML, CSS, PHP, and JavaScript without relying on any frameworks.

    HTML