Skip to content

Repository files navigation

Description

[Recommender] project repository.

Installation

Python version 3.8.3
$ pip install -r requirements.txt

Step by step to run

1 Running the app

# development
$ python -m app

2 Train model

GET http://localhost:5000/train

3 Load movies to sqlite

GET http://localhost:5000/load-movies

4 Prepare predict scores

GET http://localhost:5000/prepare

note *: Steps 1 to 4 are run only when you run the application for the first time

5 Predict score by userID

POST http://localhost:5000/predict
content-type: application/json

{
    "userId": "A268XZJ063VKTW"
}

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages