Skip to content
View ameynarwadkar's full-sized avatar

Block or report ameynarwadkar

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
ameynarwadkar/README.md
AI Engineering Terminal


About Me

{
  "name": "Amey Narwadkar",
  "location": "Heidelberg, Germany",
  "education": {
    "masters": "Scientific Computing @ Universitat Heidelberg",
    "bachelors": "Mathematics @ Fergusson College, Pune"
  },
  "current_role": "Working Student @ NEC Laboratories Europe",
  "focus_areas": [
    "Multi-Agent Systems",
    "RAG & LLM Systems",
    "Applied AI Systems",
    "Efficient NLP"
  ],
  "status": "Open to AI/ML roles"
}

I build ML systems at the intersection of math, research, and engineering. I care about making models robust, efficient, and actually useful in production.




Tech Arsenal

Python
Python
PyTorch
PyTorch
FastAPI
FastAPI
Docker
Docker
Kubernetes
Kubernetes
GCP
GCP
Linux
Linux
PostgreSQL
PostgreSQL
Redis
Redis
React
React
Next.js
Next.js
TypeScript
TypeScript
Git
Git
Bash
Bash
OpenCV
OpenCV
scikit-learn
sklearn
R
R
HTML
HTML
CSS
CSS
Supabase
Supabase
VS Code
VS Code


Featured Projects

Production-grade, end-to-end RAG system featuring a two-stage retrieval funnel (hybrid search and cross-encoder reranking), conversation history rewriting, semantic caching, and verifier-backed citation constraints.

Python · FastAPI · Qdrant · Langfuse

A 7-agent system orchestrated via Google ADK that searches ArXiv, PubMed, and OpenAlex. It clusters papers, rigorously assesses evidence quality, and synthesizes publication-ready literature reviews.

Python · LangGraph · OpenAI · Docling

Implemented early-exit strategies for BERT using entropy, margin, and patience-based halting. Integrated micro self-verification and conducted latency & calibration analysis.

PyTorch · Hugging Face · BERT · NLP

End-to-end tennis video analysis pipeline featuring YOLO-based player detection, CNN ball tracking, court keypoint estimation, real-time speed metrics, and a dynamic mini-court visualization.

PyTorch · OpenCV · YOLO · CNN



What I'm Working On

Multi-Agent Systems

Building autonomous agent teams that collaborate to solve complex tasks, from research synthesis to automated workflows.

RAG & LLM Systems

Production-ready retrieval pipelines with hybrid search, reranking, structured outputs, and rigorous evaluation.

Applied AI Systems

End-to-end ML applications: computer vision, conversational AI, sentiment analysis, and automation pipelines.

Efficient NLP

Making language models faster and cheaper with early-exit inference, calibration, and compute-aware optimization.


Contributions

Snake eating my contributions

Pinned Loading

  1. Tennis-Analysis-System Tennis-Analysis-System Public

    This computer vision project analyzes tennis match videos using cutting-edge techniques. It employs YOLOv8 for player detection, finetuned YOLO for ball tracking, and ResNet50 for extracting court …

    Jupyter Notebook 88 17

  2. adk-research-agent adk-research-agent Public

    A Multi-Agent Research Helper System build using google-adk.

    Python

  3. AnyRAG AnyRAG Public

    Hybrid RAG system using dual-index search, FlashRank, and structured LLM generation.

    Jupyter Notebook