This is a simple Janken game application, which uses the image classification feature.
The image classification model is used to predict rock paper or scissors images,this model is the result of my final submission in the "Belajar Machine Learning untuk Pemula" from Dicoding.
let's check the demo here.
Following this step to run the app :
- Clone this repo
- Create a virtual environment inside the folder
- Activate the virtual environment
- Installing all requirements library using this command
pip install -r requirements.txt - And App is ready to running, hit this command
flask run
Some of the main libraries that are used in this application :