pip3 install virtualenv
virtualenv {name_of_environment}
source name_of_environment/bin/activate
pip install -r requirements.txt
The code has a src folder, with the fucntions for the overall logic. There is a main file, which is the entry point to the code. I have also included a python notebook called CAMB_AI_Challenge which includes the entire workflow.
It can be run by using the command in the terminal:
python main.py