├── README.md ├── detect_faces_from_posters.py ├── fetch_imdb_url.json ├── full ├── 0adad4d8312770c0c418ab3409737de80d6dabf5.jpg ├── 0ae46c05c8d359b840a0ac5b013e083c67c9e34c.jpg ├── 0ae7a13c9f48ef530788a36211e6e131575415f4.jpg ├── 0af295b807bded5f628e19d1b53d22a06ceed3fc.jpg ├── 0af78a0c79120e37099109dcf8a4d3b83039d1de.jpg ├── 0b01cb2643c6e8dcd5aebf434de14006113d85c0.jpg └── 0b0cdcef6fb6d6b9ab4d8403c76eac7fd212a34b.jpg ├── image_and_facenumber_pair_list.json ├── imdb_output.json ├── movie ├── __init__.pyc ├── items.py ├── items.pyc ├── pipelines.py ├── settings.py ├── settings.pyc └── spiders │ ├── __init__.py │ ├── __init__.pyc │ ├── imdb_spider.py │ ├── imdb_spider.pyc │ ├── imdb_url_spider.py │ ├── imdb_url_spider.pyc │ ├── movie_budget_spider.py │ └── movie_budget_spider.pyc ├── movie_budget.json ├── movie_metadata.csv ├── movie_rating_prediction.r ├── parse_scraped_data.py └── scrapy.cfg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/README.md -------------------------------------------------------------------------------- /detect_faces_from_posters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/detect_faces_from_posters.py -------------------------------------------------------------------------------- /fetch_imdb_url.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/fetch_imdb_url.json -------------------------------------------------------------------------------- /full/0adad4d8312770c0c418ab3409737de80d6dabf5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/full/0adad4d8312770c0c418ab3409737de80d6dabf5.jpg -------------------------------------------------------------------------------- /full/0ae46c05c8d359b840a0ac5b013e083c67c9e34c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/full/0ae46c05c8d359b840a0ac5b013e083c67c9e34c.jpg -------------------------------------------------------------------------------- /full/0ae7a13c9f48ef530788a36211e6e131575415f4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/full/0ae7a13c9f48ef530788a36211e6e131575415f4.jpg -------------------------------------------------------------------------------- /full/0af295b807bded5f628e19d1b53d22a06ceed3fc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/full/0af295b807bded5f628e19d1b53d22a06ceed3fc.jpg -------------------------------------------------------------------------------- /full/0af78a0c79120e37099109dcf8a4d3b83039d1de.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/full/0af78a0c79120e37099109dcf8a4d3b83039d1de.jpg -------------------------------------------------------------------------------- /full/0b01cb2643c6e8dcd5aebf434de14006113d85c0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/full/0b01cb2643c6e8dcd5aebf434de14006113d85c0.jpg -------------------------------------------------------------------------------- /full/0b0cdcef6fb6d6b9ab4d8403c76eac7fd212a34b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/full/0b0cdcef6fb6d6b9ab4d8403c76eac7fd212a34b.jpg -------------------------------------------------------------------------------- /image_and_facenumber_pair_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/image_and_facenumber_pair_list.json -------------------------------------------------------------------------------- /imdb_output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/imdb_output.json -------------------------------------------------------------------------------- /movie/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/__init__.pyc -------------------------------------------------------------------------------- /movie/items.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/items.py -------------------------------------------------------------------------------- /movie/items.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/items.pyc -------------------------------------------------------------------------------- /movie/pipelines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/pipelines.py -------------------------------------------------------------------------------- /movie/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/settings.py -------------------------------------------------------------------------------- /movie/settings.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/settings.pyc -------------------------------------------------------------------------------- /movie/spiders/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/spiders/__init__.py -------------------------------------------------------------------------------- /movie/spiders/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/spiders/__init__.pyc -------------------------------------------------------------------------------- /movie/spiders/imdb_spider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/spiders/imdb_spider.py -------------------------------------------------------------------------------- /movie/spiders/imdb_spider.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/spiders/imdb_spider.pyc -------------------------------------------------------------------------------- /movie/spiders/imdb_url_spider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/spiders/imdb_url_spider.py -------------------------------------------------------------------------------- /movie/spiders/imdb_url_spider.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/spiders/imdb_url_spider.pyc -------------------------------------------------------------------------------- /movie/spiders/movie_budget_spider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/spiders/movie_budget_spider.py -------------------------------------------------------------------------------- /movie/spiders/movie_budget_spider.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie/spiders/movie_budget_spider.pyc -------------------------------------------------------------------------------- /movie_budget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie_budget.json -------------------------------------------------------------------------------- /movie_metadata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie_metadata.csv -------------------------------------------------------------------------------- /movie_rating_prediction.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/movie_rating_prediction.r -------------------------------------------------------------------------------- /parse_scraped_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/parse_scraped_data.py -------------------------------------------------------------------------------- /scrapy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sundeepblue/movie_rating_prediction/HEAD/scrapy.cfg --------------------------------------------------------------------------------