Skip to content

benayaram/Movie_rating-_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cartoon Movie Rating Prediction

Overview

This project is a machine learning model that predicts the ratings of cartoon movies based on various features such as country, duration, genre, animation style, and target audience. It uses a Random Forest Regressor model trained on a dataset of cartoon movie ratings.

Project Structure

  • app.py: The main Python script for the web application.
  • index.html: HTML template for the user input form.
  • result.html: HTML template for displaying the prediction results.
  • static/: Directory for static files (CSS, images, etc.).
  • templates/: Directory for HTML templates.
  • cartoonmovies.csv: Dataset containing movie details and ratings.
  • README.md: This file.

Getting Started

Follow these steps to set up and run the project locally:

  1. Clone the repository:

    git clone https://github.com/benayaram/Movie_rating-_prediction.git cd cartoon-movie-rating-prediction

Creating a README.md file is an excellent way to document your project and provide information for users and developers. Below is a template for a README.md file for your Cartoon Movie Rating Prediction project:

markdown Copy code

Cartoon Movie Rating Prediction

Overview

This project is a machine learning model that predicts the ratings of cartoon movies based on various features such as country, duration, genre, animation style, and target audience. It uses a Random Forest Regressor model trained on a dataset of cartoon movie ratings.

Project Structure

  • app.py: The main Python script for the web application.
  • index.html: HTML template for the user input form.
  • result.html: HTML template for displaying the prediction results.
  • static/: Directory for static files (CSS, images, etc.).
  • templates/: Directory for HTML templates.
  • cartoonmovies.csv: Dataset containing movie details and ratings.
  • README.md: This file. Screenshot (128)

Screenshot (130)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published