Predict IMDb Rating of a movie by analyzing its poster along with its genre.
When the application runs it uses the localy available imdb dataset to train a Ridge model, so that the user can upload a poster and select the genre they are targeting and the app will predict the IMDb rating.
Run the application:
streamlit run app.py