spacy-nlp
There are 545 repositories under spacy-nlp topic.
NirantK/NLP_Quickbook
NLP in Python with Deep Learning
tecoholic/ner-annotator
Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.
KristiyanVachev/Question-Generation
Generating multiple choice questions from text using Machine Learning.
artpar/languagecrunch
LanguageCrunch NLP server docker image
janlukasschroeder/nlp-cheat-sheet-python
NLP Cheat Sheet, Python, spacy, LexNPL, NLTK, tokenization, stemming, sentence detection, named entity recognition
ManivannanMurugavel/spacy-ner-annotator
Train Spacy ner with custom dataset
rominf/profanity-filter
A Python library for detecting and filtering profanity
KennethEnevoldsen/augmenty
Augmenty is an augmentation library based on spaCy for augmenting texts.
dcavar/python-tutorial-notebooks
Python tutorials as Jupyter Notebooks for NLP, ML, AI
kororo/excelcy
Excel Integration with spaCy. Training NER using Excel/XLSX from PDF, DOCX, PPT, PNG or JPG.
prateekguptaiiitk/Resume_Filtering
A resume filtering based on natural language processing
AnujK2901/yt-sum-flask
YouTube Transcript Summarization over Flask: This back-end uses Flask framework to receive API calls from the client and then respond with the summarized text response. This API can work only on those YouTube videos which has well-formatted closed captions in it. The same backend also hosts a web version of the Summarizer.
Applied-Language-Technology/notebooks
Interactive Jupyter Notebooks for learning materials
KennethEnevoldsen/spacy-wrap
spaCy-wrap is a wrapper library for spaCy for including fine-tuned transformers from Huggingface in your spaCy pipeline allowing you to include existing fine-tuned models within your SpaCy workflow.
explosion/assets
💥 Explosion Assets
tokestermw/spacy_grammar
:black_nib: Language Tool style grammar handling with spaCy 2.0
milangritta/Pragmatic-Guide-to-Geoparsing-Evaluation
Full resources supporting the publication "A Pragmatic Guide to Geoparsing Evaluation."
nursnaaz/Deeplearning-and-NLP
Deep Learning notes and practical implementation with Tensorflow and keras. Text Analytics and practical application implementation with NLTK, Spacy and Gensim.
rameshjes/Semantic-Textual-Similarity
Natural Language Processing using NLTK and Spacy
talmago/spacy_ke
Keyword extraction with spaCy
jibinmathew69/Hands-on-NLP-with-PyTorch
Collection of Notebooks for Natural Language Processing with PyTorch
seacevedo/Solana-Pipeline
Data Engineering Project to Extract and Process Solana Reddit Data
yash1994/spacy-go
Golang API for spaCy with Python gRPC
vasisouv/tweets-preprocessor
Repo containing the Twitter preprocessor module, developed by the AUTH OSWinds team
fredriko/bert-tensorflow-pytorch-spacy-conversion
Instructions for how to convert a BERT Tensorflow model to work with HuggingFace's pytorch-transformers, and spaCy. This walk-through uses DeepPavlov's RuBERT as example.
IllusionInk/Mahabharata
A visualization of Mahabharata - the Indian Epic. An analysis of the charachters Karna and Arjuna from the text; exploring their appearances, descriptions and associations in the epic.
bflaven/ia_usages
An overview of the possibilities offered by artificial intelligence (AI) to serve as a technical basis for a digital product offering: from understanding, personalization, design of machine learning models and its deployment through an API built with FastAPI into the Cloud
vishwapardeshi/NL_Parser_using_Spacy
NLP parser using NER and TDD
Abhimanyu9539/NLP_Resume_Parser
Build a Resume Parser in Python using Spacy
akshayakp97/TL-DR
An end-to-end event extraction and summarization system.
spencerhan/InvoiceNamedEntityRecognition
A Deep Learning-Based Approach for Named Entity Recognition on Commercial Receipts
keshavbansal015/Job-Description-Parser
Using spaCy (an NLP library) I created a custom project for semantic analysis and custom rule-matcher for Job Descriptions/ Resumes.
RBStephenson/ai_news_writer
The primary purpose of this project is to create a news aggregator that gathers headlines and summaries announcements, news, and trending information about artificial intelligence and other cool technology stuff. After it has collected the articles and announcements, I would like it to generate a summary giving the highlights of that week's news. Ideally, after it has collected and summarized the information, I would like to generate a script based on the summaries and hopefully do a weekly online show discussing the happenings and other current events. Additionally, this is an exercise in for me to learn Cookiecutter, Git, ReadTheDocs, and Travis.CI. I have primarily worked with TFS, SVN, and Jenkins for CI. This will be a big learning experience for me. I'm ready to bang my head against my desk and learn everything I can.
veeravignesh1/YouTube-Summarizer
Using NLP and Summarization Techniques to extract the key information of the video
duke-libraries/description-audit
Tools used for harmful language description audit in Duke's Rubenstein Library, including binaries, documentation, and source code for public use.