Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 docker

Spicy 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.