A newer version of the Gradio SDK is available: 6.25.0
metadata
title: Angkit Sarma — Living CV
emoji: 🟡
colorFrom: gray
colorTo: yellow
sdk: gradio
sdk_version: 6.20.0
app_file: app.py
pinned: false
Angkit Sarma — Living CV (Gradio)
An interactive résumé with a self-querying "Ask the CV" chat panel.
The retrieval engine is a real TF-IDF + cosine-similarity ranker (scikit-learn)
built directly over this résumé's own content — no external API keys, no
LLM calls, entirely self-contained in app.py. It's a small, visible version
of the same semantic-search thinking described in the Experience section.
Run locally
pip install -r requirements.txt
python app.py
Deploy to Hugging Face Spaces
- Create a new Space → SDK: Gradio
- Upload
app.py,requirements.txt, and thisREADME.md - The Space builds and launches automatically — no secrets required