Skip to main content

A Django app to extract numerics from scientific journals

Project description

unit tests

python -m unittest discover -s tests -t numericGrobidApp/

installation

1. creating environment virtualenv grobid_env 2. Installing requirements pip install -r requirements.txt 3. running test cases python manage.py test python manage.py collectstatic 4. deploying with gunicorn /home/ituser/Envs/grobid_env/bin/gunicorn –workers=3 –threads=100 –worker-class=gthread –bind=0.0.0.0:7040 –pythonpath /home/ituser/jm/GrobidQuant/ GrobidQuant.wsgi:application –access-logfile /home/ituser/jm/GrobidQuant/access.log –error-logfile /home/ituser/jm/GrobidQuant/error.log &

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

picodetection-0.1.tar.gz (74.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page