Supporting code for Hannah Mehravari's final year masters project. The accompanying dissertation report can be read here.
in the root directory, run:
docker-compose build
docker-compose up
Refer to the .env
file to configure the system setting and ports.
While the above commands are running, in the root directory, run:
conda env create --name envname --file=notebooks/environments.yml
conda activate dissertation
python hit_api.py
In the root directory, run:
conda env create --name envname --file=notebooks/environments.yml
conda activate dissertation
jupyter notebook