Skip to content

yazinsai/srt-ai

Repository files navigation

SRT AI Translator - Preview

SRT AI Translator

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! 🎉

Overview

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.

Getting Started

Follow these simple steps to set up SRT AI Translator and start enjoying better translations:

Prerequisites

  • An OpenAI API key (grab it here, if you don't have one already)
  • Node.js and npm installed on your machine

Installation

  1. Clone the repo git clone https://github.com/yazinsai/srt-ai
  2. Rename .env.example to .env.local and paste your OpenAI Key.
  3. Install dependencies using npm install
  4. Start locally using npm run dev

You should now be able to access the repo at http://localhost:3000/ in your browser.