Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darrylbayliss/simon-says-android
- Owner: DarrylBayliss
- Created: 2024-03-10T23:38:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T11:24:33.000Z (8 months ago)
- Last Synced: 2024-06-03T13:29:54.713Z (8 months ago)
- Topics: android, efficientnetv2, gemma-2b, gemma-2b-it, generative-ai, jetpack-compose, jetpack-navigation-compose, kotlin, llm, llm-inference, mediapipe, mediapipe-classifier
- Language: Kotlin
- Homepage: https://darrylbayliss.net/playing-simon-says-with-gemma-and-mediapipe/
- Size: 28 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. 📱