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.
In a python virtual environment, run:
- pip install -r requirements.txt
streamlit run app.py