Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.22 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.22 KB

AI Translator

This project translates any text and audio for you using AI.

AI Translator

How it works

This project uses OpenAI's advanced AI technologies, including the GPT-3 API and Whisper API, to provide fast and accurate translations. The Translate Text component generates translations based on user input, while the Translate Audio component transcribes audio to text and translates it to any language. This tool is perfect for anyone looking to communicate across language barriers, making language learning and international communication easier than ever before.

Running Locally

After cloning the repo, go to OpenAI to make an account and put your API key in a file called .env.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel