First of all download Pycharm CE then download streamlit libraries and use my code
bash Copy code git clone cd movie-recommendation-system Install dependencies
bash Copy code pip install -r requirements.txt
Run the application
bash Copy code streamlit run app.py
Backend: Python, Streamlit Database: PostgreSQL / MySQL / SQLite Machine Learning: Scikit-learn, Pandas, NumPy