All Projects → justindujardin → prodigy-scratch

justindujardin / prodigy-scratch

Licence: other
Prodigy thing(z)

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to prodigy-scratch

Spacymoji
💙 Emoji handling and meta data for spaCy with custom extension attributes
Stars: ✭ 151 (+1061.54%)
Mutual labels:  spacy
Spacyr
R wrapper to spaCy NLP
Stars: ✭ 202 (+1453.85%)
Mutual labels:  spacy
Spacy Services
💫 REST microservices for various spaCy-related tasks
Stars: ✭ 230 (+1669.23%)
Mutual labels:  spacy
Negspacy
spaCy pipeline object for negating concepts in text
Stars: ✭ 162 (+1146.15%)
Mutual labels:  spacy
Thinc
🔮 A refreshing functional take on deep learning, compatible with your favorite libraries
Stars: ✭ 2,422 (+18530.77%)
Mutual labels:  spacy
Spacy Lookup
Named Entity Recognition based on dictionaries
Stars: ✭ 212 (+1530.77%)
Mutual labels:  spacy
Wheelwright
🎡 Automated build repo for Python wheels and source packages
Stars: ✭ 148 (+1038.46%)
Mutual labels:  spacy
DrFAQ
DrFAQ is a plug-and-play question answering NLP chatbot that can be generally applied to any organisation's text corpora.
Stars: ✭ 29 (+123.08%)
Mutual labels:  spacy
Neuralcoref
✨Fast Coreference Resolution in spaCy with Neural Networks
Stars: ✭ 2,453 (+18769.23%)
Mutual labels:  spacy
Prodigy Recipes
🍳 Recipes for the Prodigy, our fully scriptable annotation tool
Stars: ✭ 229 (+1661.54%)
Mutual labels:  spacy
Cleannlp
R package providing annotators and a normalized data model for natural language processing
Stars: ✭ 174 (+1238.46%)
Mutual labels:  spacy
Displacy Ent
💥 displaCy-ent.js: An open-source named entity visualiser for the modern web
Stars: ✭ 191 (+1369.23%)
Mutual labels:  spacy
Spacy Api Docker
spaCy REST API, wrapped in a Docker container.
Stars: ✭ 222 (+1607.69%)
Mutual labels:  spacy
Spacy Wordnet
spacy-wordnet creates annotations that easily allow the use of wordnet and wordnet domains by using the nltk wordnet interface
Stars: ✭ 156 (+1100%)
Mutual labels:  spacy
Holmes Extractor
Information extraction from English and German texts based on predicate logic
Stars: ✭ 233 (+1692.31%)
Mutual labels:  spacy
Spacy Course
👩‍🏫 Advanced NLP with spaCy: A free online course
Stars: ✭ 1,920 (+14669.23%)
Mutual labels:  spacy
Summarizer
A Reddit bot that summarizes news articles written in Spanish or English. It uses a custom built algorithm to rank words and sentences.
Stars: ✭ 213 (+1538.46%)
Mutual labels:  spacy
spaczz
Fuzzy matching and more functionality for spaCy.
Stars: ✭ 215 (+1553.85%)
Mutual labels:  spacy
spacy-sentence-bert
Sentence transformers models for SpaCy
Stars: ✭ 88 (+576.92%)
Mutual labels:  spacy
Question Generation
Generating multiple choice questions from text using Machine Learning.
Stars: ✭ 227 (+1646.15%)
Mutual labels:  spacy

If you don’t have homebrew, install it:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then install python3 and virtualenv:

brew install python3
sudo easy_install pip
sudo pip install --upgrade virtualenv 

create a virtualenv with Python3 inside of the root project folder, and activate the environment:

virtualenv --system-site-packages -p python3 ./
source ./bin/activate 
pip install -r requirements.txt
python -m spacy download en

Then install your prodigy whl from file

pip install ./prodigy-[etc-your-file].whl

Finally, run one of the examples from the project root:

sh recipes/textcat_attention_weights.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].