Jekyll2000 commited on
Commit
8264c3e
Β·
verified Β·
1 Parent(s): 0f79b81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
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