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
chatbot nlp python
Last synced: about 1 month 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.
- Host: GitHub
- URL: https://github.com/naveen-369/chatbot_with_sentimental_analysis
- Owner: Naveen-369
- License: mit
- Created: 2024-09-15T10:34:32.000Z (about 1 year ago)
- Default Branch: Production_Server
- Last Pushed: 2024-09-15T10:44:55.000Z (about 1 year ago)
- Last Synced: 2025-10-12T02:32:42.342Z (about 1 month ago)
- Topics: chatbot, nlp, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```