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
- React
- TypeScript
- Vite
- Tailwind
- Progressive Web Apps (Offline support)
- Chrome's built-in LLM (for translation)
-
Clone the repository:
git clone [email protected]:yamitzky/builtin-ai-translator.git
-
Install dependencies:
cd builtin-ai-translator bun install
-
Start the development server:
bun run dev
This project is licensed under the MIT License.