Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 430 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 430 Bytes

Hearsay

World's best automatic subtitle generator

To run the backend, first run the following:

poetry install

Then, you can run the backend:

cd hearsay
poetry shell
python main.py

Then, you can open the webpage and use the system:

http://localhost:8000/web_page/index.html

Remember to also put your own AssemblyAI token into hearsay/assembly/manager.py and install the Google Cloud SDK!