imdb Questions

3

Solved

I am working on a CNN Sentiment analysis machine learning model which uses the IMDb dataset provided by the Torchtext library. On one of my lines of code vocab = Vocab(counter, min_freq = 1, specia...
Hemia asked 28/3, 2022 at 19:41

5

I have done extensive research and found that I couldn't find an API. Is there any available API to get the TOP 250 list? Or another way to get access to the list? I tried accessing the page HTML a...
Sammons asked 27/7, 2012 at 13:40

4

Solved

I’m looking for a solution to import all the IMDB data into my own MySQL database. I’ve downloaded all the IMDB data files from their homepage which are all in the file format *.list (in Windows). ...
Outworn asked 30/8, 2011 at 13:53

10

Solved

Has any one done this before? It would seem to me that there should be a webservice but i can't find one. I am writing an application for personal use that would just show basic info from IMDB.
Salmonberry asked 19/9, 2008 at 7:36

17

Solved

movie id tt0438097 can be found at http://www.imdb.com/title/tt0438097/ What's the url for its poster image?
Katzman asked 30/9, 2008 at 0:11

1

I'm looking for a way to get all the movies on English Wikipedia, with their creation date. A movie for me is a page with IMDB ID attached to it. So, this is my query so far: SELECT DISTINCT ?it...
Yungyunick asked 5/1, 2020 at 11:36

1

I am trying to follow this tutorial to learn a bit about deep learning with keras, however I keep getting MemoryError. Can you please point out what is causing it and how to take care of it? Here ...
Languish asked 7/11, 2018 at 14:9

2

Solved

I have the following dataset: import pandas as pd import numpy as np %matplotlib inline df = pd.DataFrame({'movie' : ['A', 'B','C','D'], 'genres': ['Science Fiction|Romance|Family', 'Action|Ro...
Urfa asked 1/9, 2018 at 23:45

1

I need to be able to import IMDB user's movie ratings into my website. Is there any API for this purpose?
Spica asked 11/7, 2012 at 8:29

18

I recently found a movie organizer application which fetches its data from the IMDB database. Does IMDB provide an API for this, or any third party APIs available?
Himmler asked 27/12, 2009 at 17:40

2

Solved

I have an app that sometimes links to imdb. I can do this with http://m.imdb.com/find or if it is available imdb:///find. My trouble is I can't find a way to check whether the imdb:// is available ...
Credenza asked 13/8, 2011 at 11:4

1

Solved

I'm trying to get the year of a film given its title using IMDB's API and then appending the year in parenthesis next to the title. There's some fundamental JS or AJAX thing that I'm screwing up. ...
Concessive asked 31/1, 2014 at 7:12

2

Solved

I run IMDbAPI.com and have been using Bing's Search API for finding IMDb ID's from title searches. Bing is currently changing their API over to the Azure Marketplace (August 1st) and is no longer a...
Disquietude asked 15/7, 2012 at 14:24

1

Solved

I am currently using the imdb api from http://imdbapi.org to get some information about a movie. When I use the API and try to open this url in java it gives me a 403 error. The url is supposed to ...
Gabrila asked 30/5, 2013 at 1:5

2

Solved

I am working on a web app which lets users tell their favourite movies, directors, movie- writers, and actors. For this I want to provide them a dropdown list or auto complete for each of them so t...
Surprise asked 11/11, 2012 at 14:26

2

Solved

IMDB provides plain text files user's can download and use which can be found here: IMDB Plain Text Files which is great but I don't see the ID used for each movie in any of the files. Given IMDB ...
Bedfast asked 24/6, 2011 at 3:16

1

Solved

I'm using IMDbPY to retrieve all kinds of data about movies. For example, if I have a movie object of "Pulp Fiction (1994)" then I can get the name of its (first) director like this: >>> ...
Olsen asked 17/3, 2011 at 16:45

4

Solved

I'm writing a small demo application in Java using Spring, that needs to have access to a database. It should run on different machines and it would be far too much effort to setup a real database....
Koehler asked 12/1, 2011 at 16:18

2

I'm doing this only for learning purposes. I've no intentions of reversing the methods of IMDB. I asked myself I owned IMDB or similar website. How would I compute the movie rating? All I can thi...
Disremember asked 15/9, 2010 at 12:36

2

Solved

Using IMDbPy it is painfully easy to access movies from the IMDB site: import imdb access = imdb.IMDb() movie = access.get_movie(3242) # random ID print "title: %s year: %s" % (movie['title'], m...
Hospice asked 9/11, 2008 at 6:39
1

© 2022 - 2024 — McMap. All rights reserved.