Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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