ground0state / movie-recommend-simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movie-recommend-simple

Install

Use Python 3.10.

conda create -n surprise python=3.10
conda activate surprise
pip install scikit-surprise
pip install flask pandas

Download dataset

python download.py

Train dataset

python train.py

Deploy

python server.py

About

License:MIT License


Languages

Language:Python 100.0%