Skip to content
View andigles's full-sized avatar
🎓
Learning
🎓
Learning

Block or report andigles

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

Hi, I'm Andrés 👋

🎯 Transitioning into Machine Learning / MLOps — I build small, reproducible projects using Python, SQL, and simple cloud tooling.

Selected projects

What I value

  • Reproducibility: every repo runs from a clean clone
  • Plain language: define any acronym the first time
  • Evidence: tests, CI badges, and small sample data

Focus / learning

FastAPI • Docker • SQL (DuckDB/Postgres) • MLflow • Prefect

How to reach me

Thanks for visiting — feedback and issues welcome!

Pinned Loading

  1. bikeshare-mini bikeshare-mini Public

    Forked from udacity/pdsnd_github

    Python CLI (command-line interface) analysis of US bikeshare data with pandas.

    Python

  2. finding-donors finding-donors Public

    Forked from udacity/cd0025-supervised-learning

    Udacity ML project — notebook in progress (starter/finding_donors.ipynb). Local repo only; submission handled separately.

    Jupyter Notebook

  3. dog-breed-pretrained dog-breed-pretrained Public

    Compare pretrained CNNs (AlexNet/VGG/ResNet) on a tiny dog-vs-not-dog set. Runs in minutes; no training. Legacy AIPND script kept, modern CLI.

    Python