Skip to content

Ledinhtu/RGB-Color-Classifier-with-Deep-Learning-using-Keras-and-Tensorflow

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Other 0.2%