Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/naveen-369/chatbot_with_sentimental_analysis
- Owner: Naveen-369
- License: mit
- Created: 2024-09-15T10:34:32.000Z (4 months ago)
- Default Branch: Production_Server
- Last Pushed: 2024-09-15T10:44:55.000Z (4 months ago)
- Last Synced: 2024-11-07T20:27:13.918Z (2 months ago)
- Language: Python
- 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
```