Project to convert speech data from users to text transcript. Uses OpenAI-whisper model.
- Create and activate virtual enviroment
python3 -m venv venv
.\venv\Scripts\activate
- Install required libraries
python3 -m pip install -r requirements.txt
- Run project
python3 Model.py
(server to load model)python3 UI.py
(pyQt5 UI)