Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 734 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 734 Bytes

🚩 Transmit 🚩

Translate text in HTML5 videos into any language

demo gif

Quick Start

Ensure you have

  • Node.js 10 or later installed
  • Yarn v1 or v2 installed

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 extension
  • yarn run build:chrome to build chrome extension

License

Based on web-extension-starter by @abhijithvijayan