An iOS App recreating the Simon Says game. Uses MediaPipe to run the Gemma 2b LLM on device. 📣 🦾
-
Clone the repo
-
Install Cocoapods if needed.
-
Using the terminal, navigate to the project directory and run
pod install
to download the MediaPipe dependencies. -
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. -
Drag and drop the gemma LLM into the
gemma-model
folder in Xcode. -
Run the app.
Enjoyed this app? Check out the Android version. 🤖