yami-s / NLP_App

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:Python 100.0%