Skip to content

A graph annotation tool using a flask server and javascript

License

Notifications You must be signed in to change notification settings

araffin/graph-annotation-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Annotator with Flask and Javascript

It is an annotation web app built on that project : https://github.com/kyamagu/js-graph-annotator

Online demo of the original project.

screenshot

Dependencies

  • Flask
  • numpy

Instructions

  1. Put your images (.jpg) in a folder in the directory static/img/

  2. Launch the server passing as argument the name of the dataset folder (here test_dataset)

python app.py -n test_dataset
  1. Start labelling at http://127.0.0.1:5000/ ! The labels are saved when passing to previous/next image, the labels are stored in the data/ folder.

Releases

No releases published

Packages

No packages published