Search for a movie and get recommendations of other movies.
71
To use perform the following steps:
.env file containing the environment variable as following with an example:ACCESS_TOKEN={API Read Access Token created in https://www.themoviedb.org/}
.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
Content type
Image
Digest
sha256:60a4cb95b…
Size
279.1 MB
Last updated
almost 2 years ago
docker pull tkdutta/movierecommender:v1.0-ubuntu22.04