Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.48 KB

File metadata and controls

33 lines (17 loc) · 1.48 KB

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

Here is the app preview:

App preview

Blog Links ⏬

Here is how to get the RGB Color Classifier Web App running locally on Docker containers

Docker Image Link

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