- Conda for environment installation
- M1_Coursework_Final.ipynb - Main notebook
- m1-env.yml - environment file
- model_opt.h5 - Optimised keras model
- weights.npy - Weights of model_opt
-
Download the zip file containing this directory, unpack the zip file
-
Navigate to the folder s1_coursework
-
Create the environment
conda env create -f m1-env.yml
-
Activate the environment
conda activate m1-env
- Open the notebook
jupyter notebook main_m1.ipynb
- Run all cells
- This project has made use of GitHub Copilot for automation of recursive processes and creation of docstrings/function formatting.