Translate text in HTML5 videos into any language
Ensure you have
Install server dependencies and start:
cd server
pip install -r requirements.txt
uvicorn api:app --reload
Then run the following:
yarn install
to install dependencies.yarn run dev:chrome
to start the development server for chrome extensionyarn run build:chrome
to build chrome extension
Based on web-extension-starter by @abhijithvijayan