https://github.com/araffin/graph-annotation-tool
A graph annotation tool using a flask server and javascript
https://github.com/araffin/graph-annotation-tool
annotation-tool api flask javascript machine-learning python server
Last synced: about 1 year ago
JSON representation
A graph annotation tool using a flask server and javascript
- Host: GitHub
- URL: https://github.com/araffin/graph-annotation-tool
- Owner: araffin
- License: mit
- Created: 2018-03-20T16:52:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T10:39:20.000Z (about 3 years ago)
- Last Synced: 2025-03-31T08:39:31.244Z (about 1 year ago)
- Topics: annotation-tool, api, flask, javascript, machine-learning, python, server
- Language: HTML
- Size: 1.04 MB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Graph Annotator with Flask and Javascript
==================
It is an annotation web app built on that project : [https://github.com/kyamagu/js-graph-annotator](https://github.com/kyamagu/js-graph-annotator)
[Online demo of the original project](http://kyamagu.github.io/js-graph-annotator/).

### 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
```
3. Start labelling at [http://127.0.0.1:5000/](http://127.0.0.1:5000/) !
The labels are saved when passing to previous/next image, the labels are stored in the `data/` folder.