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

https://github.com/surajv311/basic-sentiment-analysis-

Sentiment analysis project in Py.
https://github.com/surajv311/basic-sentiment-analysis-

Last synced: 7 months ago
JSON representation

Sentiment analysis project in Py.

Awesome Lists containing this project

README

          

# Basic Sentiment Analysis
### The following project uses tensorflow , keras libraries in the project.
Before cloning and running the project ensure that you have the necessary libraries installed in your environment.
You may install:

```conda install keras```

```conda install tensorflow```

```conda install numpy ```

```conda install matplotlib```