File size: 853 Bytes
13bdc73
2a38383
 
 
 
13bdc73
7d25b6f
13bdc73
 
 
 
2a38383
13bdc73
2a38383
31e7cd4
2a38383
 
 
 
31e7cd4
 
 
 
 
2a38383
31e7cd4
 
2a38383
31e7cd4
2a38383
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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

```bash
pip install -r requirements.txt
python app.py
```

## Deploy to Hugging Face Spaces

1. Create a new Space → SDK: **Gradio**
2. Upload `app.py`, `requirements.txt`, and this `README.md`
3. The Space builds and launches automatically — no secrets required