Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Gemma 3n: Offline Android RAG
Demonstrating an offline Android AI tutor using Gemma 3n via MediaPipe, with local text ingestion, SQLite semantic indexing, and on-device retrieval‑augmented generation.
I’ll live-demo an offline AI tutor running entirely on an Android phone using Gemma 3n via MediaPipe. The app ingests local text files, chunks and semantically indexes them in SQLite, and performs retrieval-augmented generation with on-device embeddings.
Please suggest what from code would be interesting to present..
Local Android RAG application leverages MediaPipe GenAI, Gemma-3n, and SqliteVectorStore.