Labeler is a web-based image labeling tool to help label images for use in Machine Learning. Inspiration for this app comes from "labelImg" at https://github.com/tzutalin/labelImg
git clone https://github.com/gsauzande/labeler.git
npm install
DB_HOST=<your database host. e.g: localhost>
DB_USER=<your database user. e.g: root>
DB_PASS=<your database password e.g: root>
DB_NAME=<your database name e.g: company>
DB_PORT=<your database PORT e.g: 3306>
COOKIE_SECRET=<something like but definitely not this one : H5ox6t4KqsMHYemXtOJ4mDqjKGru5UC3>
npm start
Note: you might want to install nodemon so that you don't have to manually restart the server with every change you make
That's all! You have the app running.
- Gásten Sauzande
This project is licensed under the MIT License - see the LICENSE file for details
- The entire open source community
- The great tutorials and documentation makers for any of the tools used here