Annotation Wizard: a web-based image annotation platform built with react
Annotation Wizard
Annotation Wizard is a web-based image annotation platform.
Functionalies
- 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
Login & Register
Create Annotation Task
Image Annotation
Technologies
- React and Material-UI for frontend
- Express and Node for backend
- MongoDB for database
- Passport JWT for authentication
- Redux for state management
Quick Start
// 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
Deployed Application
http://ec2-52-87-32-43.compute-1.amazonaws.com