Skip to content
View acabellom's full-sized avatar

Highlights

  • Pro

Block or report acabellom

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

Hi, I'm Álvaro 👋

Data Scientist with 1+ years of experience building end-to-end ML systems — from raw data pipelines to containerized, production-ready applications.

I work at the intersection of classical ML, NLP, and GenAI, with a focus on shipping things that actually run in production, not just in notebooks.


🔨 What I build

  • ML systems end-to-end — data ingestion, feature engineering, model training, serving
  • Semantic search & RAG pipelines — vector databases, embeddings, retrieval
  • Containerized applications — Docker, docker-compose, reproducible environments
  • Cloud-deployed models — Azure ML, scalable inference

🚀 Featured Project

Generates personalized tourist routes in Spain from a natural language description.

  • Embeds user input with a multilingual sentence transformer
  • Queries Qdrant (vector DB) with geospatial filtering over 10k+ Spanish POIs
  • Optimizes the route with Valhalla routing engine (car / walking / bicycle)
  • Renders an interactive map + auto-generates a PDF brochure with Wikipedia images
  • Fully containerized with Docker Compose — runs locally with one command

🛠️ Tech Stack

Python PyTorch Docker Azure Qdrant

ML & Data: Scikit-learn · PyTorch · Pandas · Sentence Transformers · Qdrant
MLOps & Infra: Docker · Azure · pre-commit · pytest
Languages: Python · SQL


📈 Currently focused on

  • Building production ML pipelines with proper MLOps practices
  • Generative AI — LLMs, RAG systems, and AI agents
  • Deepening cloud architecture knowledge (Azure)

📫 Let's connect

LinkedIn

Pinned Loading

  1. touristic_tour_generator touristic_tour_generator Public

    Python