This is the Frontend for the Privacy Preserving Recommender System (PPRS) for my Third Year Project. To run, you need a few things:
- Register for an API key from The Movie Database (TMDB). Create a file called
.envat the top level and put your key next toVITE_REACT_APP_TMDB_API_KEY=and the token next toVITE_REACT_APP_TMDB_API_TOKEN= - Generate data by running the PPRS model, copying the resulting
datafolder and making a list of all the files withls > filelist.txt, making sure to remove thepubkey,seckeyand final empty line - Run
npm ithennpm run dev, open the localhost address that is generated in your browser