Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 673 Bytes

File metadata and controls

16 lines (10 loc) · 673 Bytes

Python application for TV show recommedations using KNN algorithm

A simple application to show TV show recommendations to user using KNN algorithm

The jupyternotebook folder contains the code for implementing TV show recommendations using KNN
algorithm. Its still a work in progress and recommedations are not pretty accurate as of now.

The serverfiles folder contains same algorithm exposed as an API.

The frontendwebsite folder contains simple website created using ReactJS and Redux to show recommendations
for a particular TV show.

API source: TV Maze

To dos:- Add loader until recommendations are loaded in website