A Natural language processing app for
- sentiment analysis
- text summarization
- language translation
- language identification
-
uses vader sentiment analysis to show positive ,negative ,neutral sentiment.
-
Gensim summarizer for producing summary .
-
Textblob and Google API for language translation and identification.
https://nlpapp2021.herokuapp.com/
link : nlpapp2021
1.install anaconda in your system
pip install -r requirements.txt
python -m spacy download en_core_web_sm
streamlit run main.py