nano-ai-demo.mp4
nano-ai is a lightweight and efficient AI adapter for integrating Gemini Nano AI model into WASM frameworks.
| Method | Supported | Tested | Windows Chrome Canary | Linux Chrome Canary |
|---|---|---|---|---|
get_capabilities |
β | β | β | β |
create_session |
β | β | β | β |
send_prompt |
β | β | β | β |
stream_prompt |
β | β¬ | β | β |
destroy_session |
β | β | β | β |
Warning
This crate has been fully tested only on Chrome Canary running on a Windows machine. Compatibility on Linux Chrome Canary is limited, as only get_capabilities, create_session, and destroy_session methods are confirmed to work.
| Framework | Supported |
|---|---|
| Yew | β |
| Dioxus | β¬ |
| Leptos | β¬ |
| Framework | Example |
|---|---|
| Yew | |
| Dioxus | β¬ |
| Leptos | β¬ |
β¬: TODO
We welcome contributions to enhance nano-ai! Feel free to submit issues, create pull requests, or discuss improvements on our GitHub repository.
This project is licensed under the MIT License.
