#!/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..."
-
University of Bologna
- Bologna, Italy
-
12:00
(UTC +01:00) - in/francesco-baiocchi-1aa2a2276
Pinned Loading
-
grocery_store_cnn
grocery_store_cnn PublicImage classification system for grocery store shelves using CNNs.
Jupyter Notebook
-
opencv-instance-detection
opencv-instance-detection PublicA computer vision-based system for detecting and identifying food products on store shelves in OpenCV.
Jupyter Notebook
-
SMMhomeworks
SMMhomeworks PublicThis 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
-
Sentence_Reordering
Sentence_Reordering PublicThis 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
-
SWE-ChessApp
SWE-ChessApp PublicChessApp 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
-
SearchArt
SearchArt PublicSearchArt 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
If the problem persists, check the GitHub status page or contact support.