Update README.md
Browse files
README.md
CHANGED
|
@@ -166,6 +166,12 @@ python auto_train.py
|
|
| 166 |
python test_prediction_pipeline.py
|
| 167 |
```
|
| 168 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
## ποΈ Architecture
|
| 170 |
|
| 171 |
The model uses a sophisticated multi-modal architecture:
|
|
@@ -201,13 +207,6 @@ python test_prediction_pipeline.py
|
|
| 201 |
|
| 202 |
This will run the model on the test dataset and provide detailed performance metrics.
|
| 203 |
|
| 204 |
-
## π€ Hugging Face Integration
|
| 205 |
-
|
| 206 |
-
The model can be easily shared and deployed using Hugging Face Hub:
|
| 207 |
-
|
| 208 |
-
```bash
|
| 209 |
-
python push_to_hub.py
|
| 210 |
-
```
|
| 211 |
|
| 212 |
## π§ Limitations
|
| 213 |
|
|
@@ -257,7 +256,7 @@ Please make sure to update tests as appropriate and follow the existing code sty
|
|
| 257 |
### Development Setup
|
| 258 |
|
| 259 |
```bash
|
| 260 |
-
git clone https://github.com/
|
| 261 |
cd speech_emotion_classification
|
| 262 |
pip install -r requirements.txt
|
| 263 |
pip install -r requirements-dev.txt # For development dependencies
|
|
@@ -280,14 +279,6 @@ If you use this model in your research, please cite:
|
|
| 280 |
}
|
| 281 |
```
|
| 282 |
|
| 283 |
-
## π Support
|
| 284 |
-
|
| 285 |
-
If you have any questions or encounter issues:
|
| 286 |
-
|
| 287 |
-
1. Check the [Issues](https://github.com/your-username/speech_emotion_classification/issues) page
|
| 288 |
-
2. Open a new issue if your problem hasn't been addressed
|
| 289 |
-
3. For feature requests, please open an issue with the "enhancement" tag
|
| 290 |
-
|
| 291 |
## π Acknowledgments
|
| 292 |
|
| 293 |
- The RAVDESS dataset creators for providing the high-quality emotional speech data
|
|
|
|
| 166 |
python test_prediction_pipeline.py
|
| 167 |
```
|
| 168 |
|
| 169 |
+
### 4. Execute the APP
|
| 170 |
+
|
| 171 |
+
```bash
|
| 172 |
+
streamlit run app.py
|
| 173 |
+
```
|
| 174 |
+
|
| 175 |
## ποΈ Architecture
|
| 176 |
|
| 177 |
The model uses a sophisticated multi-modal architecture:
|
|
|
|
| 207 |
|
| 208 |
This will run the model on the test dataset and provide detailed performance metrics.
|
| 209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 210 |
|
| 211 |
## π§ Limitations
|
| 212 |
|
|
|
|
| 256 |
### Development Setup
|
| 257 |
|
| 258 |
```bash
|
| 259 |
+
git clone https://github.com/Rayyan9477/speech_emotion_classification.git
|
| 260 |
cd speech_emotion_classification
|
| 261 |
pip install -r requirements.txt
|
| 262 |
pip install -r requirements-dev.txt # For development dependencies
|
|
|
|
| 279 |
}
|
| 280 |
```
|
| 281 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
## π Acknowledgments
|
| 283 |
|
| 284 |
- The RAVDESS dataset creators for providing the high-quality emotional speech data
|