Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T23:12:37.000Z (about 4 years ago)
- Last Synced: 2024-11-15T08:16:29.240Z (2 months 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
![mineração](https://user-images.githubusercontent.com/52220244/97980921-48eeef00-1db0-11eb-995d-121a649b7639.JPG)![mineração 2](https://user-images.githubusercontent.com/52220244/97980928-4a201c00-1db0-11eb-9c89-ca6dae01cbf1.JPG)
## 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