Annotation Wizard is a web-based image annotation platform.
- User login and register
- create your own image annotation tasks
- take image annotation tasks through dashboard
- keep track of the tasks that you published
- image annotation with bounding box
- download annotated tasks to your local machine
- React and Material-UI for frontend
- Express and Node for backend
- MongoDB for database
- Passport JWT for authentication
- Redux for state management
// Install dependencies for server & client
npm install && npm run client-install
// Start your local MongoDB server
mongod
// Run client & server with concurrently
npm run dev
// Server runs on http://localhost:5000 and client on http://localhost:3000