Update README.md
Browse files
README.md
CHANGED
|
@@ -1,93 +1,41 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.10'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
An AI-powered
|
| 16 |
-
|
| 17 |
-
This project allows users to simulate a technical interview by answering questions using voice input and receiving structured AI-generated evaluation and feedback.
|
| 18 |
-
|
| 19 |
-
---
|
| 20 |
|
| 21 |
## ๐ Features
|
| 22 |
-
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
-
-
|
| 26 |
-
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
LLM Evaluation
|
| 46 |
-
โ
|
| 47 |
-
Structured Feedback & Score
|
| 48 |
-
|
| 49 |
-
---
|
| 50 |
-
|
| 51 |
-
## ๐ ๏ธ Tech Stack
|
| 52 |
-
|
| 53 |
-
- Python
|
| 54 |
-
- Gradio
|
| 55 |
-
- Transformers
|
| 56 |
-
- Hugging Face Inference API
|
| 57 |
-
- Whisper (Speech Recognition Model)
|
| 58 |
-
- Mistral-7B-Instruct (Large Language Model)
|
| 59 |
-
|
| 60 |
-
---
|
| 61 |
-
|
| 62 |
-
## ๐ Evaluation Criteria
|
| 63 |
-
|
| 64 |
-
The AI evaluates answers based on:
|
| 65 |
-
|
| 66 |
-
- Technical Accuracy (0โ10)
|
| 67 |
-
- Clarity (0โ10)
|
| 68 |
-
- Depth (0โ10)
|
| 69 |
-
- Overall Score (0โ10)
|
| 70 |
-
- Improvement Suggestions
|
| 71 |
-
|
| 72 |
-
---
|
| 73 |
-
|
| 74 |
-
## ๐ฎ Future Improvements
|
| 75 |
-
|
| 76 |
-
- ๐ Performance analytics dashboard
|
| 77 |
-
- ๐พ Interview history tracking
|
| 78 |
-
- ๐ PDF performance reports
|
| 79 |
-
- ๐ Emotion detection from voice
|
| 80 |
-
- ๐ Follow-up question generation
|
| 81 |
-
- ๐งโ๐ป Coding interview simulation
|
| 82 |
-
|
| 83 |
-
---
|
| 84 |
-
|
| 85 |
-
## ๐ Resume Description
|
| 86 |
-
|
| 87 |
-
Developed a Voice-Based AI Interview Simulator using Whisper for speech recognition and Mistral-7B via Hugging Face Inference API for intelligent technical answer evaluation and structured scoring.
|
| 88 |
-
|
| 89 |
-
---
|
| 90 |
-
|
| 91 |
-
## ๐ License
|
| 92 |
-
|
| 93 |
-
This project is intended for educational and research purposes.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AI Interview Simulator
|
| 3 |
+
emoji: ๐ค
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.0.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
short_description: Practice technical interviews with AI-generated feedback.
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# ๐ค Smart Interview Simulator
|
| 15 |
|
| 16 |
+
An AI-powered interview practice tool that generates role-specific technical questions and provides constructive feedback and scoring.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## ๐ Features
|
| 19 |
+
- **Role-Based Questions:** Enter any job title (e.g., "Data Scientist", "Frontend Engineer") to get relevant questions.
|
| 20 |
+
- **Difficulty Settings:** Choose between Easy, Medium, and Hard levels.
|
| 21 |
+
- **Resume Integration:** Paste your skills to receive personalized questions based on your experience.
|
| 22 |
+
- **AI Feedback:** Get a detailed evaluation of your answer and a score out of 10.
|
| 23 |
+
- **Fast Performance:** Uses Hugging Face's new Inference Router for quick responses.
|
| 24 |
+
|
| 25 |
+
## ๐ ๏ธ Setup & Requirements
|
| 26 |
+
|
| 27 |
+
### 1. Secrets Configuration
|
| 28 |
+
This Space requires a Hugging Face User Access Token to communicate with the AI model.
|
| 29 |
+
1. Go to your **Space Settings**.
|
| 30 |
+
2. Scroll to **Variables and Secrets**.
|
| 31 |
+
3. Create a **New Secret**:
|
| 32 |
+
- **Key:** `HF_TOKEN`
|
| 33 |
+
- **Value:** [Your Hugging Face Token]
|
| 34 |
+
|
| 35 |
+
### 2. Local Installation (Optional)
|
| 36 |
+
If you want to run this locally:
|
| 37 |
+
```bash
|
| 38 |
+
git clone [https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME](https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME)
|
| 39 |
+
cd YOUR_SPACE_NAME
|
| 40 |
+
pip install -r requirements.txt
|
| 41 |
+
python app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|