#!/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..."
๐
Focusing
Artificial Intelligence Student @ Unibo
-
University of Bologna
- Bologna, Italy
-
08:29
(UTC +02:00) - in/francesco-baiocchi-1aa2a2276
Pinned Loading
-
-
NLP_Assignments
NLP_Assignments PublicAssignments 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
-
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
-
multiple_couriers_CVRP
multiple_couriers_CVRP PublicForked from SimReale/multiple_couriers_CVRP
Combinatorial optimization project for the Multiple Couriers Problem (MCP).
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.