Skip to content
View RauGarGom's full-sized avatar

Block or report RauGarGom

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
RauGarGom/README.md

👋 Hi! I'm Raúl

Welcome to my GitHub profile! Here, you'll find projects I've worked on, focused on Data Science, Machine Learning, and their applications in various areas such as urban inequality and health.

🧠 About Me

🎓 Bootcamp in Data Science & AI.
📊 Passionate about solving complex problems through Machine Learning techniques.
🎶 Fields of my projects: LLMs for Education, predictions in Healthcare, and analysis on Transportation and Inequality.

🌟 Featured Projects

❤️ vih chatbot

vihsible is a chatbot made as a final team project for the Spanish LGTBI+ Federation. We used Langchain with Cohere LLM in several prompts, that sent information between them in order to know which prompt is to answer the user.

💡 DSTrainer

DSTrainer, another LLM project that uses Mistral to help users train on technical Data Science questions. The model evaluates the answer of the user, gives a numerical grade, and makes a follow-up question, depending on how correct the answer of the user was.

🏥 Machine Learning in Health

AI.lhz: A prediction tool for doctors: an app I developed consisting on two classification models: a GradientBoostClassifier (accuracy of 95%), and a Convolutional Neural Network (accuracy of 87%), which detects brains with or without Alzheimer, and it's degree of advancement.

Check out the app from this link

🌍 Data Analysis for Regional Development

Transport and Income: Inequality in Madrid: a deep Exploratory Data Analysis (EDA) on the patterns of mobilization in Madrid, which also finds a link between income and the preferred method of transportation of workers within the region.

🏆 Kaggle Competitions

Some of my code used for Kaggle competitions:

  • 🏆 Image Emotions: in this competition the goal was to differentiate the emotions on images, from a range of up to seven emotions. Convolutional Neural Network that reached an accuracy of 57%.
  • 🏆 Laptop Regression: the goal was to predict the price of a computer. I used webscrapping (Selenium) to get additional data, and the winner model (GradientBoost with polinomical features) reached a MAE of 181.2.

🛠️ Tools and Technologies

Languages: Python, SQL
LLMs: Mistral, Cohere.
Machine Learning / IA: Scikit-Learn, TensorFlow, PyTorch, LangChain
Data Analysis: Pandas, NumPy
Visualization: Matplotlib, Seaborn
Deployment: FastAPI, Streamlit, Docker, AWS.

📫 Connect with Me

If you have any questions about my projects or want to collaborate on a topic related to machine learning and data science, feel free to reach out:

Email LinkedIn

Pinned Loading

  1. madrid_transp_renta madrid_transp_renta Public

    Project that studies a possible relation between income and transport use in Madrid

    Jupyter Notebook 1

  2. laptop_regression laptop_regression Public

    Code I used to win the Kaggle competition of https://www.kaggle.com/competitions/tu-mejor-portatil-com

    Jupyter Notebook 1

  3. llm_career_trainer llm_career_trainer Public

    DSTrainer is a web that takes advantage of a LLM system to help you prepare your Data Science technical questions.

    Jupyter Notebook 1

  4. llm_vih_chatbot llm_vih_chatbot Public

    Forked from sengan9/Desafio-Final

    Project with the backend endpoints of "vihsible", a chatbot created for FELGTBI+ to give resources and emotional suport to people who are potentially affected by vih.

    Jupyter Notebook 1

  5. ml_alzheimer_class ml_alzheimer_class Public

    Jupyter Notebook 1