Jekyll2000 commited on
Commit
0f79b81
Β·
verified Β·
1 Parent(s): 26b1128

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -31,6 +31,16 @@ An intelligent interview assistant that evaluates candidates using pure Retrieva
31
  | UI Framework | Streamlit |
32
  | CV Parsing | PyPDF2, python-docx |
33
 
 
 
 
 
 
 
 
 
 
 
34
  ## πŸ“¦ Installation
35
 
36
  ```bash
@@ -47,14 +57,6 @@ export HUGGINGFACEHUB_API_TOKEN='your-api-token'
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
 
 
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
  # Launch the app
58
  streamlit run app.py
59
 
60
+
 
 
 
 
 
 
 
 
61
 
62