Skip to content

titopuertolara/translate_video_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translate_video_app

Add subtitles to your videos using AI

Screenshot from 2023-10-06 11-22-41

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages