Skip to content

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

Notifications You must be signed in to change notification settings

n3nikita/colors-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published