Skip to content
This repository was archived by the owner on May 13, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 497 Bytes

File metadata and controls

16 lines (10 loc) · 497 Bytes

Images classification

This repository contains a proof-of-concept app for images manual classification.

Demo

demo

Launch

See Readme files in client and server to configure your .env files (one for each folder).

  • The application requires MongoDB.
  • Install the dependencies using npm install on each subfolder.
  • Run the server using npm run dev.
  • Run the client using npm start.