Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 341 Bytes

NLP_App

Description

A NLP app built with streamlit framework using SpaCy for Tokenization,Lemmatization,Parts of Speech (POS) Tagging and Named Entity Extraction(NER),TextBlob for Sentiment Analysis.

Setup

In a python virtual environment, run:

  • pip install -r requirements.txt

To Run the App

streamlit run app.py