Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roma-glushko/spicy-rice
πAn open source named entity annotator for your tiny/hobby spaCy NLP projects
https://github.com/roma-glushko/spicy-rice
annotation-tool entity-annotation labling machine-learning nlp react spicy
Last synced: 17 days ago
JSON representation
πAn open source named entity annotator for your tiny/hobby spaCy NLP projects
- Host: GitHub
- URL: https://github.com/roma-glushko/spicy-rice
- Owner: roma-glushko
- License: mit
- Created: 2019-09-19T07:37:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:44:55.000Z (about 2 years ago)
- Last Synced: 2024-10-27T18:38:59.956Z (2 months ago)
- Topics: annotation-tool, entity-annotation, labling, machine-learning, nlp, react, spicy
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spicy Rice!
π Spice Rice is an open source named entity annotator for your tiny/hobby NLP projects.
---
Spicy Rice is designed to be:
- zero-configuration / easy to setup and use
- cross-platform / browser-based
- no backend/no database/no dockerSpicy Rice should be a quick and free alternative for nooby/hobby projects where it's not yet reasonable to buy and use professional tools like Prodigy.
There are other open source NER annotators, but Spicy Rice is different, it's going to be extreamly easy to get started.Everything that is needed from you:
- modern browser
- ability to run regular React/Redux project## State
Project is in progress right now. No workable versions are available currently.
Please star this project and check it out later π## Credits
### ydeshayes/react-highlight
Huge shoutout to Deshayes Yann and ydeshayes/react-highlight library which is going to be used as a base for the entity annotator functionality.
We have to include the source of the library to this project to be able to run correctly.
Probably, we will be adjusting those sources according to project needs, but rights for the sources does belong to Deshayes Yann.