Skip to content

sonwanesuresh95/entity_extraction_using_spaCy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

entity_extraction_using_spaCy

Entity extraction tool/webapp built using spaCy library

Info

This is an webapp which extracts Entities on input text using spaCy library.

Usage

To install requirements, do
$pip install requirements.txt

To download spacy's english language model, do
$python -m spacy download en_core_web_sm

To run the webapp, do
$python app.py

Open http://localhost:5000/ on your local machine.

In Action

Homepage

Response

About

Entity extraction tool/webapp built using spaCy library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published