File size: 594 Bytes
c912b94
 
 
 
 
 
 
 
 
 
 
 
 
 
6275709
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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)