An open API service indexing awesome lists of open source software.

https://github.com/smith558/comp3217-cw-2


https://github.com/smith558/comp3217-cw-2

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# COMP3217-CW-2

before working with the Jupyter notebooks run these commands and use the `grid` conda environment which comes with all required dependencies:

```
conda env create -f environment.yml
```

```
conda activate grid
```