This is a simple offline-working language translator, based on Google Chrome's Built in AI API's.
- Translate text from one language to another using Translation API.
- Speech to text and text to speech using Web Speech API.
- Flashcard generation using the Prompt API
- Google Chrome 131+ or Canary 131+ (for using Flashcards)
- Enabled Experimental Web Platform features in chrome://flags
- Experimental translation API
- Prompt API for Gemini Nano
- Enables optimization guide on device
- React as the frontend framework
- Tailwind CSS for styling
- Vite as the build tool
- v0 to create the UI
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm run dev
to start the development server