RGB-Color-Classifier-with-Deep-Learning-using-Keras-and-Tensorflow
RGB-Color-Classifier-with-Deep-Learning-using-Keras-and-Tensorflow copied to clipboard
RGB Color Classifier is a Web App that can Predict upto 11 Distinct Color Classes based on RGB input by the User from GUI sliders
RGB-Color-Classifier-with-Deep-Learning-using-Keras-and-Tensorflow
RGB Color Classifier can Predict upto 11 Distinct Color Classes based on RGB input by the User from GUI sliders
The 11 Classes are Red, Green, Blue, Yellow, Orange, Pink, Purple, Brown, Grey, Black and White
RGB Color Classifier Web App
Here is the app preview:
Blog Links ⏬
Building RGB Color Classifier: Part 1
Building RGB Color Classifier: Part 2
Here is how to get the RGB Color Classifier Web App running locally on Docker containers
Step - 1 : Download docker image
docker pull ajinkyachavan9/rgb_color_classifier
Step - 2 : Run docker container
docker container run -p 8501:8501 -d ajinkyachavan9/rgb_color_classifier
Step - 3 : Next, visit http://localhost:8501/ on the host machine to view the Web App running from a docker container
This app is created and maintained by Ajinkya Chavan