Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darrylbayliss/simon-says-android

An Android App recreating the Simon Says game. Uses MediaPipe to run an LLM on device
https://github.com/darrylbayliss/simon-says-android

android efficientnetv2 gemma-2b gemma-2b-it generative-ai jetpack-compose jetpack-navigation-compose kotlin llm llm-inference mediapipe mediapipe-classifier

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

- [Playing Simon Says with Gemma and MediaPipe](https://www.darrylbayliss.net/playing-simon-says-with-gemma-and-mediapipe/)

# Installation

1. Clone the repo

2. Go to [Kaggle](https://www.kaggle.com/models/google/gemma), 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](https://github.com/DarrylBayliss/Simon-Says-iOS) version. 📱