Skip to content

jomaendle/translate-api

Repository files navigation

Offline-working Language Translator

This is a simple offline-working language translator, based on Google Chrome's Built in AI API's.

Features

  • 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

Requirements

  • 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

Technologies Used

  • React as the frontend framework
  • Tailwind CSS for styling
  • Vite as the build tool
  • v0 to create the UI

Getting Started

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm run dev to start the development server

About

AI-powered Translator, using Chrome's Translation API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published