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 👋

I’m transitioning into Machine Learning / MLOps (Machine Learning Operations).
I build small, reproducible projects using Python, SQL, and simple automation.

Selected projects

What I value

  • Reproducibility: every repo runs from a clean clone
  • Plain language: define acronyms the first time
  • Evidence: tests, CI checks, and clear run steps

Focus / learning

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

How to reach me

Pinned Loading

  1. flower-image-classifier flower-image-classifier Public

    PyTorch CLI flower classifier (transfer learning): train + predict (top-K).

    HTML

  2. finding-donors-ml finding-donors-ml Public

    scikit-learn case study: predict >$50K income with model comparison + tuning.

    Jupyter Notebook

  3. bikeshare-mini bikeshare-mini Public

    Forked from udacity/pdsnd_github

    Python CLI bikeshare analysis (pandas) with tests + CI (Continuous Integration).

    Python

  4. dog-breed-pretrained dog-breed-pretrained Public

    PyTorch CLI: compare pretrained CNNs (AlexNet/VGG/ResNet); writes results.csv.

    Python