Skip to content
View RistoAle97's full-sized avatar
🛠️
Improving my skills
🛠️
Improving my skills

Block or report RistoAle97

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RistoAle97/README.md

🧑‍💻 About me

from world import Human


class Myself(Human):
  def __init__(self) -> None:
    self.username = "RistoAle97"
    self.name = "Alessandro"
    self.last_name = "Ristori"
    self.birthdate = "1997-05-24"
    self.bachelor = "Computer Science at University of Florence"
    self.master = "Computer Science (AI curriculum) at University of Pisa"
    self.role = "Big Data & AI Specialist"
    self.company = "TAI Solutions"
    self.main_interests = ["Artificial Intelligence", "Deep Learning", "Natural Language Processing"]
    self.languages = {"it_IT": "Native", "en_GB": "B2", "es_ES": "B1"}

  def welcome(self) -> None:
    print(f"Hi! I'm {self.username}, welcome to my profile.")


me = Myself()
me.welcome()
> python info.py
Hi! I'm RistoAle97, welcome to my profile.

🛠️ Tech stack

Languages

Python LaTeX MatLab C++ Java Jupyter

Packages and libraries

Pytorch Lightning HuggingFace Pandas NumPy Keras TensorFlow scikit-learn matplotlib OpenCV wandb Pydantic MLflow FastAPI YOLO Pytest

Tools and other stuff

VS Codium ruff uv pre-commit Obsidian Overleaf Mosquitto MinIO Docker Ollama MkDocs Yaak

Version control

Git GitHub GitLab

Learning

AWS Apache Kafka Apache Spark Rust Polars


📑 Github Stats

RistoAle97 Github Stats RistoAle97 Most Used Languages

Pinned Loading

  1. centered-kernel-alignment centered-kernel-alignment Public

    CKA (Centered Kernel Alignment) implemented in PyTorch

    Python 52 1

  2. ContinualNAT ContinualNAT Public

    M.Sc. thesis on Continual Learning for Non-Autoregressive Neural Machine Translation

    Python 6

  3. nikodallanoce/PokeBOT nikodallanoce/PokeBOT Public

    Python 4

  4. nikodallanoce/DataMiningProject nikodallanoce/DataMiningProject Public

    Jupyter Notebook 4

  5. pokeapi-python-wrapper pokeapi-python-wrapper Public

    Synchronous and asynchronous clients to interact with pokeapi.co

    Python 3

  6. yati yati Public

    Yet Another Transformer Implementation

    Python 1