Skip to content

Commit 71cd3de

Browse files
committed
docs: add AI generated conceptual visualization to README
1 parent 3172f03 commit 71cd3de

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# gemini-nano
22

3+
![Visual Diagram](docs/assets/concept.png)
4+
5+
36
Experimental Gemini Nano on-device inference demos across browser, Python, and HTTP surfaces.
47

58
Public documentation is published from `docs/` via `mkdocs.yml` and
@@ -37,6 +40,9 @@ python -m venv .venv && .venv\Scripts\activate # Windows
3740
pip install -r requirements.txt
3841
python server.py
3942
# → http://localhost:8080
43+
44+
![Visual Diagram](docs/assets/concept.png)
45+
4046
```
4147

4248
### chrome-bridge (Node.js)
@@ -46,6 +52,9 @@ cd chrome-bridge
4652
npm install
4753
npm start
4854
# → http://localhost:8081
55+
56+
![Visual Diagram](docs/assets/concept.png)
57+
4958
```
5059

5160
Test without Chrome:
@@ -61,6 +70,9 @@ cd python-mediapipe
6170
pip install -r requirements.txt
6271
python run_nano.py "What is Gemini Nano?"
6372
# Prints download instructions if model.task is absent (exits 0)
73+
74+
![Visual Diagram](docs/assets/concept.png)
75+
6476
python run_nano.py --model-path /path/to/gemma2b-it.task "Your prompt"
6577
```
6678

docs/assets/concept.png

828 KB
Loading

0 commit comments

Comments
 (0)