→ To run this project you need to install whisper and flask.
→ whisper is library which can be install from https://github.com/openai/whisper.git .
pip install git+https://github.com/openai/whisper.git
pip install flask
→ Run following command to start project.
python setup.py
→ Now your project is running on port 8080.
→ Go to http://localhost:800 to interact with your project.
→ Wait for some second to get your output.
→ Output time may vary on audio length.