You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
J. Fernando Sánchez b072121e20 Added Model string representation
This should help with performance issues with models that have large
private variables.
8 years ago
docs Flake8, Semver, Pre-commit 8 years ago
img Started readthedocs and improved README 9 years ago
senpy Added Model string representation 8 years ago
tests Added Model string representation 8 years ago
.drone.yml Improved plugins API and loading 8 years ago
.gitignore New shelf location and better shelf tests 8 years ago
.travis.yml Added 3.4 to travis 8 years ago
Dockerfile New shelf location and better shelf tests 8 years ago
Dockerfile-2.7 Dockerfiles not ignored anymore 8 years ago
Dockerfile-3.4 Dockerfiles not ignored anymore 8 years ago
Dockerfile-debug-3.4 Improved schema validation 8 years ago
Dockerfile.deps Makefile for automated testing (no more drone) 8 years ago
Dockerfile.template Added option to install dependencies in CLI 8 years ago
LICENSE.txt Refactoring, name change 10 years ago
MANIFEST.in Makefile for automated testing (no more drone) 8 years ago
Makefile Fixed bug with sdist's name convention 8 years ago
NOTICE Refactoring, name change 10 years ago
Procfile Fix for heroku 8 years ago
README.rst Updated links in README 8 years ago
config.py Simple server 10 years ago
dev-requirements.txt PEP8 compliance 10 years ago
requirements.txt Flake8, Semver, Pre-commit 8 years ago
setup.cfg Flake8, Semver, Pre-commit 8 years ago
setup.py Flake8, Semver, Pre-commit 8 years ago
supervisord.conf Files for deployment 10 years ago
test-requirements.txt Python 3 compatible 8 years ago

README.rst

.. image:: img/header.png
   :height: 6em
   :target: http://demos.gsi.dit.upm.es/senpy

.. image:: https://travis-ci.org/gsi-upm/senpy.svg?branch=master
   :target: https://travis-ci.org/gsi-upm/senpy

Senpy lets you create sentiment analysis web services easily, fast and using a well known API.
As a bonus, senpy services use semantic vocabularies (e.g. `NIF <http://persistence.uni-leipzig.org/nlp2rdf/>`_, `Marl <http://www.gsi.dit.upm.es/ontologies/marl>`_, `Onyx <http://www.gsi.dit.upm.es/ontologies/onyx>`_) and formats (turtle, JSON-LD, xml-rdf).

Have you ever wanted to turn your sentiment analysis algorithms into a service?
With senpy, now you can.
It provides all the tools so you just have to worry about improving your algorithms:

`See it in action. <http://senpy.cluster.gsi.dit.upm.es/>`_

Installation
------------
The stable version can be installed in three ways.

Through PIP
***********

.. code:: bash

   pip install --user senpy

   
Alternatively, you can use the development version:
 
.. code:: bash

   git clone http://github.com/gsi-upm/senpy
   cd senpy
   pip install --user .

If you want to install senpy globally, use sudo instead of the ``--user`` flag.

Docker Image
************
Build the image or use the pre-built one: ``docker run -ti -p 5000:5000 gsiupm/senpy --host 0.0.0.0 --default-plugins``.

To add custom plugins, add a volume and tell senpy where to find the plugins: ``docker run -ti -p 5000:5000 -v <PATH OF PLUGINS>:/plugins gsiupm/senpy --host 0.0.0.0 --default-plugins -f /plugins``

Usage
-----

However, the easiest and recommended way is to just use the command-line tool to load your plugins and launch the server.

.. code:: bash

   senpy

or, alternatively:

.. code:: bash

    python -m senpy


This will create a server with any modules found in the current path.
For more options, see the `--help` page.

Alternatively, you can use the modules included in senpy to build your own application.

Deploying on Heroku
-------------------
Use a free heroku instance to share your service with the world.
Just use the example Procfile in this repository, or build your own.


`DEMO on heroku <http://senpy.herokuapp.com>`_


For more information, check out the `documentation <http://senpy.readthedocs.org>`_.
------------------------------------------------------------------------------------


Acknowledgement
---------------
This development has been partially funded by the European Union through the MixedEmotions Project (project number H2020 655632), as part of the `RIA ICT 15 Big data and Open Data Innovation and take-up` programme.


.. image:: img/me.png
    :target: http://mixedemotions-project.eu
    :height: 100px
    :alt: MixedEmotions Logo

.. image:: img/eu-flag.jpg
    :height: 100px
    :target: http://ec.europa.eu/research/participants/portal/desktop/en/opportunities/index.html