.. image:: logo.png :height: 6em :align: left ===================================== `Senpy `_ ===================================== .. image:: https://travis-ci.org/gsi-upm/senpy.svg?branch=master :target: https://travis-ci.org/gsi-upm/senpy Sentiment analysis web services using a common interface: NIF+JSON-LD. With Senpy, you can easily turn your sentiment analysis algorithm into a web service, just by creating a new plugin. `DEMO on Heroku `_ Installation ------------ The stable version can be installed via pip: .. code:: bash pip install senpy Alternatively, you can use the development version: .. code:: bash git clone git@github.com:gsi-upm/senpy cd senpy pip install -r requirements.txt To install it system-wide, use setuptools: .. code:: bash python setup.py install If you are using docker, build the image or use the pre-built one: .. code:: bash docker run -ti -p 5000:5000 balkian/senpy --host 0.0.0.0 --default-plugins To add custom plugins, add a volume and tell senpy where to find the plugins: .. code:: bash docker run -ti -p 5000:5000 -v