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

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

clean-architecture cocoapods gemma-2b gemma-2b-it generative-ai ios ios-app ios-clean-architecture ios-swift llm llm-inference mediapipe mediapipe-classifier swift swift-async swift-clean-architecture swift-concurrency swift-observation swiftui

Last synced: 12 days 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. 🤖