RGB Color Classifier can Predict upto 11 Distinct Color Classes based on RGB input by the User from GUI sliders
Here is the app preview:
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