Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 547 Bytes

File metadata and controls

7 lines (6 loc) · 547 Bytes

This repository contains a machine learning model that predicts movie ratings based on various features such as title, overview, genre, and more. The goal is to estimate user ratings (e.g., IMDb, Rotten Tomatoes, or a custom scale) using natural language processing and structured data.

Features Predicts movie ratings using a trained machine learning model Uses BERT embeddings to analyze the movie overview text Supports both training from scratch and inference on new data Includes data preprocessing, model training, and evaluation scripts