MicroPasts / photomasking

PyBossa photomasking application
GNU Affero General Public License v3.0
4 stars 5 forks source link

PyBossa photo masking application

DOI

This application has three files:

alt screenshot

Testing the application

You need to install the pybossa-client first (use a virtualenv):

    $ pip install -r requirements.txt
    $ cp s3_settings.py.tmpl s3_settings.py

Then, you can follow the next steps:

Documentation

We recommend that you read the section: Build with PyBossa and follow the step by step tutorial.

Adding pictures from a folder in an S3 bucket

This application supports public S3 buckets. Adding pictures/photos from a folder in a S3 bucket is as simple as running the following command:

    $ python createTasks.py -s server -k api-key -x -b "folder/in/s3/"

If the application had already some tasks, the previous command will add pictures in the S3 folder to the app, so you can easily add more tasks when they are completed in your PyBossa application.

By default this application only supports PNG and JPG pictures, but you can add more extensions if you want by editing the s3_settings.py

NOTE: This application uses the pybossa-client in order to simplify the development of the application and its usage. Check the documentation.

LICENSE

Please, see the COPYING file.