This Django app is a wrapper around this project for demo purposes.
It's currently hosted on EC2 here:
http://ec2-13-239-135-95.ap-southeast-2.compute.amazonaws.com/
It looks like this:
Results look like this
You can submit things but there's no guarantee anything will be retained.
I suggest using Nginx and Gunicorn. These are easier to configure than Apache and WSGI. YMMV.
Here is a guide for installing these on Ubuntu along with Postgres (SQLite works fine).
-
Check
.gitignore
for things not included due to an abundance of caution. -
Some Django things like URLs may not be best practice.
-
requirements.txt
includes more libraries than absolutely necessary. -
NLTK is a key component of pre-processing the text data.
python -m nltk.downloader all;