-
Install conda
-
Set environment from the root directory
conda env create -f environment.yml -
Activate conda
conda activate sisr -
Migrate database
python manage.py migrate -
Run server (port no is optional - defaults to 8000)
python manage.py runserver 8000 -
visit http://localhost:8000
Some changes have been made within the original ML repo to accommodate with the new directory structure. Be careful before updating any thing.
To change the logo, replace the file "data_dump/logo.png". There should be no issues as long as the file name remains the same.