Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abawchen/react-labeler
A image annotation/labeling component implemented with React and Redux
https://github.com/abawchen/react-labeler
annotation annotator image label labeling-tool react
Last synced: 11 days ago
JSON representation
A image annotation/labeling component implemented with React and Redux
- Host: GitHub
- URL: https://github.com/abawchen/react-labeler
- Owner: abawchen
- License: mit
- Created: 2018-05-08T04:31:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T07:41:00.000Z (over 6 years ago)
- Last Synced: 2024-10-12T04:09:46.854Z (28 days ago)
- Topics: annotation, annotator, image, label, labeling-tool, react
- Language: JavaScript
- Homepage: https://abawchen.github.io/react-labeler/
- Size: 582 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Labeler
React-Labeler is a image annotation/labeling component implemented with React and Redux, which is inspired by [LabelMe](https://github.com/CSAILVision/LabelMeAnnotationTool) and [wkentaro/labelme](https://github.com/wkentaro/labelme).
But instead of setup a website or running on local machine, `React-Labeler` is a more like a lightweight component for easy customization or integration with your own React app.
It currently supports:
- Polygon annotation
- Rectangle annotationYou can see a quick demo [here](https://abawchen.github.io/react-labeler/).
## TODOs
There are a lots [todos](https://github.com/abawchen/react-labeler/projects/1), feel free to raise a new issue or pull request to make this component better :)## Run a local demo
```
git clone [email protected]:abawchen/react-labeler.git
cd react-labeler
npm install
npm start
```
open your browser at http://localhost:8008## License
[MIT](https://github.com/abawchen/react-labeler/blob/master/LICENSE). Copyright (c) 2018 Abaw Chen.