Skip to content

My first solo data science project! A simple project built using linear regression to predict box office success for movies using data I scraped myself.

Notifications You must be signed in to change notification settings

S-DeFerrari/Box-Office-Success

Repository files navigation

Box_Office_Success

header Linear Regression project predicting box office success using data scraped from Box Office Mojo.

In this repo you will find the following files:

The data is a combination of data I scraped along with a kaggle dataset containing all of the films featured on the "Hollywood Blacklist" of promising scripts.

Deployment with Streamlit App via an AWS EC2 Instance

I successfully deployed this model to the web by creating a python file containing the pickled model results and the code necessary to input variables needed for a prediction via the user-friendly Streamlit library! The code for this deployment can be found in the 'box_office_stream_deploy.py' file.

This app was first deployed via a detatched TMUX session on an AWS free tier server. It now lives on Streamlit Share! Find it here

About

My first solo data science project! A simple project built using linear regression to predict box office success for movies using data I scraped myself.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published