-
Use the names of the movie from the movieLen1M data file and extract:
The storyline, Genre, Cast, and Crews for Content-based filtering and generation 2 model
ytann updated
4 years ago
-
**Describe the bug**
Two issues with images (I can split them into separate bugs, if that's what they turn out to be):
1) I grabbed the latest nightly in order to get the "higher res imdb actors"…
-
Hello,
could you add an option to fetch the image/descriptions from imdb when supplying the imdb tag? It seems it really only adds a link to imdb...
-
We all know Tom's movie night is a great event, but what if DuckBot could pull a suggestion from current highly ranked IMDB movie titles that are available on Netflix/ prime movie.
Categories coul…
-
**Review Page Description**
The Review Page will serve as a dedicated space for users to view and analyze movie reviews collected from IMDb. It will display reviews in a structured format, allowing u…
-
Posting this mainly for clarity on my end, not sure if it will necessarily be useful for others. Doesn't have to stay open, just posting as a record and in case I've misunderstood anything.
I've ju…
-
Hi all, end points have been updated. Please test the USA endpoints and suggest features, once we have confirmed USA is stable the other regions will be released.
## Entry point: https://netflixroulet…
-
I used:
```
require_once("inc/imdbclass.php");
$imdb = new IMDb(false);
$link ="https://www.imdb.com/title/tt1465515/";
$expl = explode("/", $link);
$movie = $imdb->find_by_id(trim($expl[4]));
…
-
```
At this moment we have categories movie/tv/other. To my opinion this is not
sufficient. A documentary is NOT a "movie" with genre "documentary", a concert
is not a "movie" with genre "music". Th…
-
Importing data from a CSV would be a great addition when you need to add/manage a lot of actors at once, expecially if you already have Names and Aliases for each Actors.