Skip to content

yamitzky/builtin-ai-translator

Repository files navigation

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 [email protected]: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.

About

Built-in AI demo / Try on Chrome Canary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published