Simple machine learning web application which predicts best matching text color that contrasts to background.
- 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