Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ This is The English Accent Classification Task
|
|
| 13 |
There are two important files: App.py and requirements.py
|
| 14 |
- requirments.py is the required libraries
|
| 15 |
- App.py contains the complete logic of the code, which gets the direct mp4 url, extract the audio then pass it to a pre-trained accent classifier model
|
| 16 |
-
An Accent classification confidence score is given as well, which is the prediction probability of the predicted label, to express confidence in the prediction
|
| 17 |
A transcription is then done using OpenAI-Whisper Model, and Meta Llama 3.3 used for proficiency analysis of the extracted transcript to analyse the performance
|
| 18 |
the application is built using Gradio and hosted in huggingface spaces.
|
| 19 |
|
|
|
|
| 13 |
There are two important files: App.py and requirements.py
|
| 14 |
- requirments.py is the required libraries
|
| 15 |
- App.py contains the complete logic of the code, which gets the direct mp4 url, extract the audio then pass it to a pre-trained accent classifier model
|
| 16 |
+
An Accent classification confidence score is given as well, which is the prediction probability of the predicted label, to express confidence in the prediction,
|
| 17 |
A transcription is then done using OpenAI-Whisper Model, and Meta Llama 3.3 used for proficiency analysis of the extracted transcript to analyse the performance
|
| 18 |
the application is built using Gradio and hosted in huggingface spaces.
|
| 19 |
|