- Vasileios Katsaitis (1115202000073)
- Dimokritos Kolitsos (1115201900085)
- Konstantinos Chousos (1115202000215)
The whole implementation of our recommendation system exists in this notebook.
Our report is in the docs/ directory.
-
Create the virtual environment (for guaranteed compatibility, use python version 3.10).
$ python3.10 -m venv venv
-
Enable it.
$ source venv/bin/activate # if using a bash-like shell
-
Install the required libraries
(venv) $ pip install -r requirements.txt
Tip
If your computer runs out of memory on the demucs voice separation cell, you can restart your IPython kernel and simply load the previous dataframes from the generated pickle files, to save memory from some previous cells.