ashish25-bit / text-color-predictor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 49.4%Language:HTML 30.2%Language:Python 14.5%Language:CSS 5.9%