A movie recommender system using association rules mining.
The notebook including the eda , data preprocessing and model traning is in the file notebook.ipynb
conda command should be executed in anaconda powershell or prompt.
conda create --name ML_Mini_Project python==3.11.4
conda activate ML_Mini_Project
pip install -r requirements.txtMust run this command after each new packages are installed.
pip freeze > requirements.txt
cd '.\Front Movies web\'
npm install
npm run dev
Before starting the website, you will need to obtain the TMDB Movies API key. Follow these steps to obtain them and add them to your .env file.
- Go to https://www.themoviedb.org/ and log in.
- Click on your user profile picture in the navigation bar, and select "Settings".
- In the settings, select "API" and generate an API key.
