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:
Packages can be installed by running setup.sh:
sh setup.sh
After installing the required packages, install Blazegraph locally:
cd data
java -server -Xmx4g -jar blazegraph.jar
Finally run the application:
python3 app.py