Making for my personal presentation purpose. Dependencies-
- Python nltk library
- Python textblob library
- Python 3, pip3
- Python googletrans library
#To install nltk with Python pip3, Type: pip3 install -U nltk
#To install textblob with Python pip3, Type: pip3 install -U textblob
#To install googletrans with pip3, Type: pip3 install googletrans
("Python 3" environment and "Python pip3" will have installed must!)
Thank you.. :)