Nepali Movie Recommendation System
Overview
This is simple web app for nepali movie recommendaiton system. Recommendation system is based on content based filtering technique. The system provides movie recommendations to users based on key features such as Title, Genres, Cast, and Director, all of which are scraped from IMDb.
Dataset
Data is scrapped from IMBD . Key features of movie like Title, Genres , Cast, Director are scrapped.
Objective
- Implementing a content-based filtering recommendation system to suggest relevant Nepali movies to users.
- Providing users with a simple and efficient way to discover Nepali movies that match their tastes and interests.
How to Use
The Code is written in Python 3.10.12 If you don't have Python installed you can find it here.
- To install the required packages and libraries, run this command in the project directory after cloning the repository:
pip install -r requirements.txt
- Run the app using the following command:
python app.py
- The app will open in your default web browser. Enter the text you want to analyze in the provided input field and click the "Analyze" button.