?? What is the RPS AI Plugin?
The RPS AI Plugin allows two people to play Rock-Paper-Scissors using just the camera on their mobile device. It uses an on-device TensorFlow Lite model to detect hand gestures and determine the winner — no manual input needed.
Captures gestures from two players using the mobile camera
Uses on-device AI (TensorFlow Lite) to classify hand signs (rock, paper, or scissors)
Automatically applies Rock-Paper-Scissors rules to decide the winner
Works fully offline – no internet or server calls required
Built with Cordova and compatible with OutSystems mobile apps
?? Use Cases
Demonstrates AI + native plugin integration in OutSystems
Great starting point for gesture recognition or computer vision use cases
Example of custom mobile plugin development with embedded machine learning