Translate SRT files to any language, using AI magic ✨
Say goodbye to subpar auto-generated captions and elevate the user experience with high-quality translations! 🎉
SRT AI Translator leverages the power of AI to provide accurate and natural-sounding translations for SRT subtitle files in any language. This easy-to-use tool ensures that viewers can enjoy video content without the frustration of poorly-translated captions.
Follow these simple steps to set up SRT AI Translator and start enjoying better translations:
- An OpenAI API key (grab it here, if you don't have one already)
- Node.js and npm installed on your machine
- Clone the repo
git clone https://github.com/yazinsai/srt-ai
- Rename
.env.example
to.env.local
and paste your OpenAI Key. - Install dependencies using
npm install
- Start locally using
npm run dev
You should now be able to access the repo at http://localhost:3000/
in your browser.