A React application demonstrating Chrome's experimental Gemini Nano AI. This project shows how to activate and interact with the Nano AI API and includes a chat interface.
- Activate Chrome Nano AI via a user interface.
- Chat interface with language model and summarizer functionality.
- Instructions and troubleshooting for enabling internal AI via localhost.
- Ensure you have Node.js installed.
- Run
npm install
to install dependencies. - Start the app using
npm start
.
- Access the application in a Chrome browser.
- Use the Instructions panel to activate the Nano AI API.
- Interact with the Gemini Nano Chat to test language and summarization functions.
- For more details, view: Chrome AI Get Started
- If the Nano AI API is not available, ensure you are using the latest Chrome with experimental features enabled.
- Follow the in-app instructions under "How to Activate Internal AI in Your Browser" for troubleshooting on localhost.