Update README.md
Browse files
README.md
CHANGED
|
@@ -1,41 +1,13 @@
|
|
| 1 |
-
--
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license:
|
| 11 |
-
short_description:
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
| 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
|
|
|
|
| 1 |
+
title: BitDance-14B-64x
|
| 2 |
+
emoji: ๐
|
| 3 |
+
colorFrom: red
|
|
|
|
| 4 |
colorTo: indigo
|
| 5 |
sdk: gradio
|
| 6 |
+
sdk_version: 6.5.1
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
short_description: Open-source autoregressive model with binary visual tokens.
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|