Skip to content
View francescobaio's full-sized avatar
๐Ÿ“š
Focusing
๐Ÿ“š
Focusing
Block or Report

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


    def display_information(self):
        """
        Prints informations about Francesco.
        """
        print(f"๐Ÿ‘ค Name: {self.name}\n"
              f"๐Ÿ—ฃ๏ธ Languages: {', '.join(self.languages)}\n"
              f"๐Ÿ’ผ Roles: {', '.join(self.roles)}\n"
              f"๐ŸŽฏ Interests: {', '.join(self.interests)}\n"
              f"๐Ÿ•น๏ธ Hobbies: {', '.join(self.hobbies)}\n"
              f"๐ŸŒ Website: {self.website}")


    def hello(self):
        """
        Prints a welcome message.
        """
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = MySelf()
me.display_information()
me.hello()


## ๐Ÿ“Š My GitHub Stats

![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=francescobaio&hide=html)
![Francesco's GitHub Stats](https://github-readme-stats.vercel.app/api?username=francescobaio&count_private=true&show_icons=true&line_height=33)




Popular repositories Loading

  1. TimerClock TimerClock Public

    Welcome to the TimerClock repository! This project is a programming laboratory focused on creating a timer and clock functionality using C++ and QMake.

    C++

  2. francescobaio francescobaio Public

    Config files for my GitHub profile.

  3. JunctionTrees_BeliefNetworks JunctionTrees_BeliefNetworks Public

    This repository contains the code and documentation for the Artificial Intelligence exam project. The project focuses on the topic of "Inference with Junction Trees on Belief Networks." Below, you โ€ฆ

    Python

  4. pittsburghPostGazette pittsburghPostGazette Public

  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