Chatbot can detect sentiment from bangla text and response back with sentiment. Currently chatbot can categorize the bangla text in two types of sentiment - postive, negative.
- Frontend - React js
- Backend - Python Flask
- Machine Learning Classifier - Naive Bayes, Support Vector Machine(SVM)
- Install the packages from requirements.txt
- Run
python app.py
fromroot
directory to start the backend using terminal - Then run
cd client
andnpm install
fromroot
directory to install all the dependencies and thennpm start
start the frontend using terminal
- Chatbot can detect only two types of sentiment from bangla text - positive, negative