shulavkarki / Collabtrative-Filtering-with-SVD

A Movie Recommendation System using Collabrative Filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collabtrative-Filtering-with-SVD

A Movie Recommendation System using Collabrative Filtering

Built With

Getting Started

Installation

  1. Clone the repo
git clone https://github.com/shulavkarki/Content-Based-Filtering-with-ElasticSearch.git
  1. Create Virtual Env.
python -m venv {environmentname}

activate accordingly.

  1. Install the requirements.
pip install -r requirements.txt
  1. Run Fastapi
uvicorn foldername.app{filename app.py}:app{name of fastpi method} --reload

In and Out

Pull up:

localhost:8000/docs

Input user_id: 200 n_items: 10

Output image

About

A Movie Recommendation System using Collabrative Filtering


Languages

Language:Jupyter Notebook 96.8%Language:Python 3.2%