MovieRecommender / README.md
Moiz
changed display, edited readme
6275709

A newer version of the Gradio SDK is available: 5.23.3

Upgrade
metadata
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)