Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naveen-369/chatbot_with_sentimental_analysis

The Chatbot will analyse the sentiment of the User.The Sentimental Analysis Component will determine whether the user's message express a positive, negative or a neutral Sentiment.This project combines NLP techniques, Machine Learning Algorithms to find the sentiment of User.
https://github.com/naveen-369/chatbot_with_sentimental_analysis

Last synced: 11 days ago
JSON representation

The Chatbot will analyse the sentiment of the User.The Sentimental Analysis Component will determine whether the user's message express a positive, negative or a neutral Sentiment.This project combines NLP techniques, Machine Learning Algorithms to find the sentiment of User.

Awesome Lists containing this project

README

        

# Chatbot_with_Sentimental_Analysis
The Chatbot will analyse the sentiment of the User.The Sentimental Analysis Component will determine whether the user's message express a positive, negative or a neutral Sentiment.This project combines NLP techniques, Machine Learning Algorithms to find the sentiment of User.

# Run Locally
## 1. Create a Virtual Environment
```Python
python -m venv
```
## 2. Installation of Dependancies
```pip
pip install -r Essentials.txt
```

## 3. Run the Application
```python
python app.py
```