Add subtitles to your videos using AI
Create virtual enviroment eg python3.9 -m env my_enviroment
source my_enviroment/bin/activate
cd webapp
Install requirements
pip install requirements.txt
Activate api file
python webapapi.py
( here, api service will be able to transcribe and add subtitles, listening on 5000 port)
Activate webapp
python app.py
(listening on 127.0.0.1:8050, this must be on another console tab )
Results are inside webapp/assets/uploads
folder