Skip to content

Flask API for extract data from a string using NLP based strategies

Notifications You must be signed in to change notification settings

raajeshmani/nlp-extractor-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nlp-extractor-api


Prerequisites

Create a python environment and activate it

python3 -m venv venv
. venv/bin/activate

Install Flask

pip install Flask
pip install spacy
pip install nltk

We use spacy's en_core_web_md model, so install it

spacy download en_core_web_md

To run server use

python3 base.py

Usage

  • POST /nlp

Parameters

Name Type Description
dictate String Should be a string with send and to keywords to do the extraction

About

Flask API for extract data from a string using NLP based strategies

Resources

Stars

Watchers

Forks

Languages