Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 412 Bytes

INSTALLATION

To clone this repo

$ git clone git@github.com:keremkurtulus/sem-classifier.git
  1. Install dependencies
$ npm i
  1. Move model directory into the public/keras
  2. In settings.js, change the value of MODEL_FOLDER_NAME to moved model folder name.
  3. In settings.js, set TENSOR_IMAGE_SIZE for suitable image size for related model.
  4. Run for development
$ npm start