Hand Sign Image Classification (Rock Paper Scissors)
- The dataset I use is around 40000 images.
- The dataset is divided into 80% train set and 20% test set.
- Using a sequential model.
- Using Conv2D Maxpooling Layer.
- Accuracy in training and validation set above 95%.
- Using Callbacks.
- Use a plot against the accuracy and loss of the model.
- Save the model into TF-Lite format.
- Install the modules required based on the type of implementation.
- Download the dataset you want to train and predict your system with
- Train your data using Google Colab (https://colab.research.google.com/)
I highly encourage the community to step forward and improve this code further. You can fix any reported bug, propose or implement new features, write tests, etc.
Here is a quick list of things to remember -
- Check the open issues before creating a new one,
- Help me in reducing the number of open issues by fixing any existing bugs,
- Check the roadmap to see if you can help in implementing any new feature,
- You can contribute by writing unit and integration tests for this library,
- If you have any new idea that aligns with the goal of this library, feel free to raise a feature request and discuss it.
Skilled Android, DevOps and IoT Engineer with 3+ years of hands-on experience supporting, automating, and optimizing mission critical deployments in AWS, leveraging configuration management, CI/CD, and DevOps processes.
Copyright 2021 ksatriow
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.