An annotation tool for Belief Extractions built with Django.
Navigate to the main folder containing the manage.py
file.
Install all dependencies with the following command (only needs to be done once). Note: You might need to use pip3 to make sure the packages install for python3 depending on your local environment.
pip install -r requirements.txt
Type the following command to run the server. It is defaulted to running on localhost:8000
python manage.py runserver