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

https://github.com/saraivaufc/sentiment-analysis-lstm

Sentiment Classification with Natural Language Processing on Recurrent Neural Networks
https://github.com/saraivaufc/sentiment-analysis-lstm

keras lstm sentiment-analysis sentiment-classification tensorflow

Last synced: 5 months ago
JSON representation

Sentiment Classification with Natural Language Processing on Recurrent Neural Networks

Awesome Lists containing this project

README

          

# sentiment-analysis-lstm

### Requirements
* TensorFlow -- [Homepage](https://www.tensorflow.org)
* Numpy -- [Homepage](https://numpy.org)
* Scikit-learn -- [Homepage](https://scikit-learn.org)
* Pandas -- [Homepage](https://pandas.pydata.org/)
* Natural Language Toolkit -- [Homepage](https://www.nltk.org/)

![](docs/sentiment_analysis.png)

### Create and activate a virtual environment
```shell
$ virtualenv env -p python3
$ source env/bin/activate
```

Install Others Requirements
```shell
(env) $ pip3 install -r requirements.txt
```

### Dataset

Download: https://drive.google.com/drive/folders/1JygBJI7LoWsbEirleZZc21CCmbFKHNaI?usp=sharing

### Running]
```shell
(env) python3 main.py
```


Creative Commons License



This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.