Skip to content
View z0CoolCS's full-sized avatar
Block or Report

Block or report z0CoolCS

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
z0CoolCS/README.md

Summary

Welcome to my GitHub profile! I'm Giordano Alvitez, an AI Researcher / Data Scientist. I am passionate about AI, with a primary interest in Reinforcement Learning, Computer Vision, Natural Language Processing, and Graphs Neural Networks. This profile showcases my projects, contributions, and expertise in Research, AI, and App Development. Feel free to explore my repositories and reach out for collaborations or discussions.

Projects

Here are some of my notable projects:

Brain Tumor Classification

  • Description: Training a machine learning model that focuses on classifying brain tumors (glioma, meningioma, pituitary tumor, no tumor). Some preprocessing is made using OpenCV and TorchVision Transformer.
  • Technologies: Pytorch, OpenCV, MatplotLib, Numpy, Pandas
  • Repository: Main branch 🧠

Cacao Beans Object Detection

  • Description: Using a pretrained model for detecting infected or healthy cacao beans.
  • Technologies: Pytorch, OpenCV, MatplotLib, Numpy, Pandas
  • Repository: Main branch 🫘

Skin healthcare chatbot

  • Description: A medical chatbot to help patients with skin issues.
  • Technologies: Palm2, Vertex AI, Generative AI Studio, Streamlit.
  • Repository: Main branch 🤖

More projects

Title Notebook Repository Technologies
Image captioning using Pytorch notebook repo Pytorch, MatplotLib, Numpy, Pandas, PIL
Using a pretrained model for detecting kind of coffee beans notebook repo Tensorflow, OpenCV, MatplotLib, Numpy, Pandas
None None None None

Contact Information

You can reach out to me via:

Feel free to connect and engage with me. I'm open to collaborations, discussions, and new opportunities.


Thank you for visiting my GitHub profile. I hope you find my projects and contributions insightful. Don't hesitate to reach out if you have any questions or ideas to share. Let's connect and create something amazing together!

Reinforcement Learning Projects

Deep Q-Learning Deep Q-Learning
Atari CartPole
Solutions for Competitive Programming Problems SQL Solutions for Hackerrank Problems

Pinned

  1. vitality_squad vitality_squad Public

    This is a medical-oriented project using AI

    Python 5 2

  2. braintumor_classification braintumor_classification Public

    classification of the brain tumor using MRI images

    Jupyter Notebook

  3. cacao_objectdetection cacao_objectdetection Public

    Using a pretrained model for detecting cacao beans

    Jupyter Notebook

  4. MachineLearning_Basics MachineLearning_Basics Public

    This is a review about gradients decents and some loss functions with an application on non lineal regression.

    Jupyter Notebook

  5. MultiLayerPerceptron_CPP MultiLayerPerceptron_CPP Public

    This is an implementation of a multilayer perceptron in C++. We used the Eigen Library based on C++ to implement the matrix operationes.

    C++ 1

  6. ImageCaptioning_pytorch ImageCaptioning_pytorch Public

    Python