Tell me the truth is a Python 3 web application built in Flask. The project is ongoing and under development.
Clone this repository using the URL https://github.com/Tell-me-the-truth/web-app.git or download the folder.
The project works with this requirement:
- Python v3.6.3
Packages can be installed by running setup.sh:
sh setup.sh
After installing the required packages, install Blazegraph locally:
- Download blazegraph.jar
- Create a new folder and rename it data
- Put blazegraph.jar in data folder
- From the terminal enter data and run blazegraph.jar:
cd data
java -server -Xmx4g -jar blazegraph.jar
Finally run the application:
- Run app.py
python3 app.py
- Open the application in your browser: http://localhost:8000/