Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 587 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 587 Bytes

TEXT COLOR PREDICTOR

THIS SMALL APPLICATION CLASSIFIES THE TEXT COLOR AS 'BLACK' OR 'WHITE' DEPENDING ON THE BACKGROUND COLOR.

Modules, packages and dependencies


Nodejs:

  1. Express JS - make the server
  2. Python-shell - connects nodejs and python
  3. Nodemon for developement

To run:

    npm install
    npm start
  1. Machine Learning model is already trained.
  2. Dataset is already present. Dataset
  3. Add values to dataset. And re-train the model. Add Data

PREDICT COLOR

Add Data