This is a Machine Learning project using Tensorflow, where I create a model for image classification. The dataset used is Rock, Paper and Scissors images.
- Implement image augmentation ✅
- Using image data generator ✅
- Using a sequential model ✅
- Model training does not exceed 30 minutes ✅
- The accuracy of the model is at least 85% ✅
- Can predict images (Rock, Paper, Scissors) ✅
- Add a threshold when training the model, so that the model does not overfitting.
- Clean the code 🤣✌️