Skip to content

color detection model using tensorflow.js in node.js

Notifications You must be signed in to change notification settings

omar-csse/color-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

color detection model using tensorflow.js in node.js

Prerequisites:

  • Python 2.7
  • Node.js
  • npm

To run the project:

  1. Download the repo and navigate to the folder downloaded.

  2. Run the following command to download the dependencies:

    npm install
  1. Run the web app
    npm start
  1. Navigate to http://localhost:4000

 

 

To train the model in javascript:

    npm run trainJs

To train the model in python:

    npm run trainPy