/colors-ml

🎨 Color prediction neural network build with TensorFlow.js and ⚛️ React.

Primary LanguageJavaScript

Color Prediction - Neural Network

Simple machine learning web application which predicts best matching text color that contrasts to background.

Demo

Main Main
Color predicted Predicted
Model training Training Trained

Setup

  • TensorFlow.js
  • React
  • Express

In order to start React frontend application - open frontend folder and run:

npm i
npm start

To start backend - open backend folder and run:

npm i
npm start