An interactive AIML project to predict movie success using Random Forest. Built for GSoC 2026 preparation.
This repository contains a Machine Learning model that predicts whether a movie will be a HIT or a FLOP based on its budget and popularity.
- Interactive Mode: Users can input their own movie details to get predictions.
- Accuracy: Uses a Random Forest Classifier.
- Visuals: Includes scatter plots for data analysis.
- Open the file
Movie_Predictor.ipynb. - Click the "Open in Colab" button.
- Run all cells and follow the interactive prompts at the bottom.
This project is part of my journey to contribute to open-source organizations in GSoC 2026