#!/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
-
06:03
(UTC +01:00) - https://francescobaiocchi.eu/
- in/francesco-baiocchi-1aa2a2276
Highlights
- Pro
Pinned Loading
-
streethazards-open-set-segmentation
streethazards-open-set-segmentation PublicOpen-set semantic segmentation on StreetHazards (anomaly / OOD detection for urban driving scenes)
Jupyter Notebook 3
-
-
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
-
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
If the problem persists, check the GitHub status page or contact support.

