Table of Contents
Project has a aim of predicting the revenue of the films according to their budget, total time and genres.
Here's why:
If,
- You are a screenwriter, director or a professional group in this sector,
- You want to know the income of the movie you will shoot and start the project according to the situation,
- Then you can use this project to analyze the avarage revenue of your scenerio.
First, you need to have some libraries and packages to run the app. You should install them on your cmd.
pip install -r requirements.txt
- Get a free API Key at TMDb - Developer Site
- Clone the repo
git clone [https://github.com/your_username_/Project-Name.git](https://github.com/zehrarhez/movie_revenue_analysis_with_NN.git)
- Install NPM packages
install the codes
- Enter your API in
data_preparetion.py
API_KEY = 'ENTER YOUR API';
- Fetching the Data
- Preprocessing on the Data
- Training the Best Model
- Creating the Flask App
- Fork the Project
- Create your Feature Branch (
git checkout -b
) - Commit your Changes (
git commit -m
) - Push to the Branch (
git push origin
) - Open a Pull Request
Zehra ÖZEREN - [email protected]
Project Link: Movie Revenue Prediction Project