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-ios

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

cocoapods gemma-2b gemma-2b-it generative-ai ios llm llm-inference mediapipe mediapipe-classifier swift swiftui

Last synced: about 14 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# Simon-Says-iOS

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

# Installation

- Clone the repo

- Install [Cocoapods](https://cocoapods.org/) if needed.

- Using the terminal, navigate to the project directory and run `pod install` to download the MediaPipe dependencies.

- 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.

- Drag and drop the gemma LLM into the `gemma-model` folder in Xcode.

- Run the app.

# Other Apps

Enjoyed this app? Check out the [Android](https://github.com/DarrylBayliss/Simon-Says-Android) version. 🤖