https://github.com/bieanimaton/emotions-mineration
Machine Learning project that mine your emotion in one sentence.
https://github.com/bieanimaton/emotions-mineration
emotion-detection machine-learning nltk-python python3
Last synced: 4 days ago
JSON representation
Machine Learning project that mine your emotion in one sentence.
- Host: GitHub
- URL: https://github.com/bieanimaton/emotions-mineration
- Owner: BieAnimaton
- Created: 2020-11-03T10:03:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T23:12:37.000Z (over 5 years ago)
- Last Synced: 2025-01-15T18:41:39.280Z (over 1 year ago)
- Topics: emotion-detection, machine-learning, nltk-python, python3
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emotions-Mineration-M.L
This is a project about Machine Learning using NLTK (Natural Language Tool Kit) that mine your emotion in one sentence.
## Image


## How Install :bookmark_tabs:
```
# Create folder for store the files, like 'EmotionsMineration'
# Clone the project
git clone https://github.com/BieAnimaton/Emotions-Mineration-M.L
# Install the dependencies
pip install nltk or install from IDE (PyCharm for example)
write 'nltk.download()' for initialize download of more resources
# To start
python3 minecracao.py
or
python3 minecracao_completa.py
# The project messages will appear on console
```
## Features :hammer_and_wrench:
- Python 3.7
- NLTK