Report System Predaction
Report System Predaction
Report System Predaction
Madhavi Patil1, Snehal Patil2, Shivani Patil3, Sanskruti Sitapure4, Mrs. M.V.Shelke5
1,2,3,4,5
Artificial Intelligence and Data Science, AISSMS, IOIT, Maharashtra, India
Corresponding Author: Shivani Patil (shivanipatil.0309@gmail.com)
Article history: Movie recommendation system built using Python and Streamlit. It uses
content-based filtering techniques to recommend movies based on user
Received May 21, 2023
preferences and movie attributes. The system collects and preprocesses
Revised Jun 22, 2023
movie data from publicly available datasets and calculates movie similarity
Accepted Jun 25, 2023
using cosine similarity. A recommendation engine is then built using a
hybrid of content-based filtering, which recommends movies similar to the
ones the user has liked or rated highly in the past. The system provides a
user-friendly interface using Streamlit, where users can input a movie title
and get recommendations instantly. The interface also allows users to rate
movies and get personalized recommendations based on their ratings. The
system is scalable and can be used by movie enthusiasts and streaming
platforms to enhance user engagement and improve movie
recommendations.
KEYWORDS: Python, machine learning, content-based filtering,
vectorization, count vectorizer, cosine similarity, pickle, sklearn, streamlit.