NLP (Natural language processing) tool featuring:
- Sentiment Analysis
- Part-Of-Speech (POS) Tokenization
- Question Answering
Make sure you have Python3 or above installed, then:
pip install -r requirements.txt
Complete with a REST API and a simple Bootstrap 4 frontend!
Takes advantage of modern Python frameworks including:
- Flask
- TextBlob and more!