A recommender system based on a simple version of k nearest neighbor. Simple UI made with tkinter. I used the ml-latest-small dataset from https://grouplens.org/datasets/movielens/
- install python from https://www.python.org/downloads/ and make sure to add python to PATH and install pip
- open cmd and use command "pip install pandas"
- start "Recommender.py"