Skip to content

An Android App recreating the Simon Says game. Uses MediaPipe to run an LLM on device

Notifications You must be signed in to change notification settings

DarrylBayliss/Simon-Says-Android

Repository files navigation

Simon-Says-Android

An Android App recreating the Simon Says game. Uses MediaPipe to run the Gemma 2b LLM on device. 📣 🦾

Read the accompanying blog post below to learn about how MediaPipe works and how to run Gemma on device:

Installation

  1. Clone the repo

  2. Go to Kaggle, sign up and accept the Gemma T&C's. Download the gemma-2b-it-cpu version of the models under the TensorFlow Lite tab.

  3. Using Device Explorer, import the Gemma model onto your device in the path specified in AppModule.kt

  4. Run the app.

Other Apps

Enjoyed this app? Check out the iOS version. 📱