Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.02 KB

Movie Success Prediction

I have a model to predict the success and failure of the upcoming movies based on several attributes. Some of the criteria in calculating movie success include budget, actors, director, producer, set locations, trailer views, Wikipedia views etc.

home

  • Prediction

Capture

Python Modules

  • Django - The web framework for perfectionists with deadlines
  • beautifulsoup4 - Screen-scraping library
  • Selenium - Selenium automates browsers

Installation

MSP requires Python3+ to run.

Install the dependencies

$ pip install Django
$ pip install BeautifullSoup4
$ pip install Selenium

To run the the app

$ python manage.py runserver