Sign inSign up

tkdutta/movierecommender

By tkdutta

Updated almost 2 years ago

Search for a movie and get recommendations of other movies.

Image
0

71

tkdutta/movierecommender repository overview

To use perform the following steps:

  1. Create a .env file containing the environment variable as following with an example:

ACCESS_TOKEN={API Read Access Token created in https://www.themoviedb.org/}

  1. Execute the following command being in the same directory as the .env file to expose the application through 8501 port of localhost:
docker run -d -p 8501:8501 --name movierecommender --env-file .env tkdutta/movierecommender:tag

Tag summary

Content type

Image

Digest

sha256:60a4cb95b

Size

279.1 MB

Last updated

almost 2 years ago

docker pull tkdutta/movierecommender:v1.0-ubuntu22.04