Skip to content
View cordovank's full-sized avatar

Highlights

  • Pro

Block or report cordovank

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cordovank/README.md

Hi, I'm Nellie πŸ‘‹

ML Engineer Practitioner building RAG systems, agentic workflows, and end-to-end ML pipelines.
Georgia Tech OMSCS (ML specialization) Β· 2 years production SWE at JPMorgan Β· Bilingual EN/ES

Ask my TwinBot about my projects, skills, or experience.


Featured Work

πŸ” Modular RAG
Production-oriented RAG framework. Hybrid retrieval (BM25 + FAISS + RRF + MMR), explicit wiring, observability-first. Computation and control separated by design.

🍽️ Plate2Recipe
Multimodal pipeline: ViT ingredient recognition β†’ GPT-2/LSTM recipe generation.
Key finding: lower training loss (100k samples) produced worse outputs than a smaller, better-tuned run (10k samples) β€” quality β‰  loss.

πŸ“‹ HireSignal
Schema-first job posting extraction pipeline β€” two LLM calls, everything else deterministic Python. Pydantic-enforced structured extraction, Jinja2 rendering, QA audit gate, alias-aware skill match scoring, and a SQLite job tracker. Handles employment, freelance, and internship postings. Streamlit UI + CLI.


πŸ”­ Currently working on: adding retrieval evaluation (Hits@k, MRR) to Modular-RAG
πŸ’¬ Ask me about: RAG system design Β· hybrid retrieval Β· reliable agentic pipelines
πŸ“« Reach me: cordova.nellie@outlook.com.com Β· LinkedIn
🌐 Portfolio: cordovank.github.io
πŸ“„ Resume: ML Engineer
πŸ” Open to: ML Engineer Β· AI Engineer Β· LLM Engineer roles

Pinned Loading

  1. cordovank.github.io cordovank.github.io Public

    My Portfolio Website

    HTML

  2. Modular-RAG Modular-RAG Public

    Modular RAG framework with reusable computation modules and composable execution flows.

    Python 1

  3. Agentic-AI Agentic-AI Public

    Exploring Agentic AI using LLMs, CrewAI, LangGraph, AutoGen and MCP by building real-world projects.

    Jupyter Notebook

  4. Plate2Recipe Plate2Recipe Public

    Multimodal CV + NLP - Transforming Food Images into Recipe

    Jupyter Notebook

  5. GT-NLP GT-NLP Public

    End-to-end NLP from classic classifiers to modern neural architectures.

    Jupyter Notebook

  6. crm-ticketing-system crm-ticketing-system Public

    Lightweight enterprise CRM and ticketing microservice with a FastAPI backend and Gradio-based UI

    Python