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

https://github.com/mnvx/sentiment

Sentiment analysis tool
https://github.com/mnvx/sentiment

Last synced: about 1 year ago
JSON representation

Sentiment analysis tool

Awesome Lists containing this project

README

          

Sentiment analysis tool
=======================

Requirements
------------

- Python 3

Installation
------------

For development:

```bash
make dev
```

For production:

```bash
make install
```