Skip to content

a web-based image annotation platform that allows authors to create annotation tasks and annotators to take tasks and annotate images.

Notifications You must be signed in to change notification settings

Johnsuuuu/Annotation-Wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

CPT2201010035-1140x711.gif

Create Annotation Task

CPT2201010059-1139x705.gif

Image Annotation

CPT2201010101-1136x708.gif

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

About

a web-based image annotation platform that allows authors to create annotation tasks and annotators to take tasks and annotate images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages