Spaces:
Sleeping
Sleeping
title: MovieRecommender | |
emoji: π | |
colorFrom: pink | |
colorTo: gray | |
sdk: gradio | |
sdk_version: 5.6.0 | |
app_file: app.py | |
pinned: false | |
license: apache-2.0 | |
short_description: Private Project | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
imdb_top250.html - is a html save of the top 250 movies list on imdb.com | |
imdb-scrape250.py - script to get list of movieID for all the 250 movies in the html (Saved in imdb_movie_codes.csv) | |
database.py - script to populate a dataframe with all the important API fetch (saved in MovieDatabase.csv) | |