Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -31,16 +31,6 @@ An intelligent interview assistant that evaluates candidates using pure Retrieva
|
|
31 |
| UI Framework | Streamlit |
|
32 |
| CV Parsing | PyPDF2, python-docx |
|
33 |
|
34 |
-
interview-agent/
|
35 |
-
βββ app.py # Main application
|
36 |
-
βββ utils/
|
37 |
-
β βββ cv_processor.py # CV parsing and evaluation
|
38 |
-
β βββ rag_agent.py # Core RAG implementation
|
39 |
-
β βββ evaluator.py # Scoring logic
|
40 |
-
β βββ report_generator.py# PDF report creation
|
41 |
-
βββ data/ # Job requirements and interviews
|
42 |
-
βββ requirements.txt # Python dependencies
|
43 |
-
|
44 |
## π¦ Installation
|
45 |
|
46 |
```bash
|
@@ -57,6 +47,14 @@ export HUGGINGFACEHUB_API_TOKEN='your-api-token'
|
|
57 |
# Launch the app
|
58 |
streamlit run app.py
|
59 |
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
|
|
31 |
| UI Framework | Streamlit |
|
32 |
| CV Parsing | PyPDF2, python-docx |
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
## π¦ Installation
|
35 |
|
36 |
```bash
|
|
|
47 |
# Launch the app
|
48 |
streamlit run app.py
|
49 |
|
50 |
+
interview-agent/
|
51 |
+
βββ app.py # Main application
|
52 |
+
βββ utils/
|
53 |
+
β βββ cv_processor.py # CV parsing and evaluation
|
54 |
+
β βββ rag_agent.py # Core RAG implementation
|
55 |
+
β βββ evaluator.py # Scoring logic
|
56 |
+
β βββ report_generator.py# PDF report creation
|
57 |
+
βββ data/ # Job requirements and interviews
|
58 |
+
βββ requirements.txt # Python dependencies
|
59 |
|
60 |
|