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

RGB Color Classifier is a Web App that can Predict upto 11 Distinct Color Classes based on the RGB input by User from the GUI sliders

Home Page:https://rgb-color-classifier.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

https://rgb-color-classifier.herokuapp.com/

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%Language:Dockerfile 0.0%Language:Shell 0.0%