## Description:
This is a simple Gradio application for automatic-speech-recognition in wolof language, the model used is a fine-tuned version of facebook/wav2vec2-base on the ALFFA_PUBLIC Wolof dataset.
For more details about the model : click here
## How to run?
To run this application, follow these following steps:
*Make sure to be in the cloned repo folder*
- 1. ```Create a virtual environment and activate it.```
- 2. ```pip install -r requirements.txt```
- 3. ```python demo.py```