Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 994 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 994 Bytes

AI Translator using Chrome's built-in LLM

ref https://developer.chrome.com/docs/ai/built-in

Demo site of Chrome's built-in AI, Gemini Nano.

  • Install Chrome 127 or later (Chrome Canary)
  • Enable chrome://flags/#prompt-api-for-gemini-nano
  • Enable chrome://flags/#optimization-guide-on-device-model
  • Click Optimization Guide On Device Model in chrome://components/
  • Wait for the model to download

Online Demo

Technologies Used

  • React
  • TypeScript
  • Vite
  • Tailwind
  • Progressive Web Apps (Offline support)
  • Chrome's built-in LLM (for translation)

Getting Started

  1. Clone the repository:

    git clone git@github.com:yamitzky/builtin-ai-translator.git
  2. Install dependencies:

    cd builtin-ai-translator
    bun install
  3. Start the development server:

    bun run dev

License

This project is licensed under the MIT License.