CineLux π¬
A simple movie recommendation app built with Streamlit and TMDB API. Explore, search, and get suggestions for movies in a clean interface.
Features
*Browse trending movies
*Search movies by title
*View movie details (poster, rating, overview)
*Get recommendation
Tech Stack
Python | Streamlit | TMDB API | Pandas
Installation π»
1.Clone the repo:
git clone https://github.com/yourusername/CineLux.git
cd CineLux
2.Create and activate a virtual environment (recommended):
python -m venv venv(windows)
venv\Scripts\activate(MacOs/Linux)
source venv/bin/activate
3.Install required packages:
pip install -r requirements.txt
4.Run the app:
streamlit run CineLux.py
Setup TMDB API Key π
Go to TMDB and create an account.
Navigate to Settings > API and generate an API key.
Replace the API_KEY variable in CineLux.py with your key.
Usage πββοΈ
Open the app in your browser via Streamlit.
Browse or search for your favorite movies.
Click on a movie to see details and recommendations
License π
This project is MIT licensed β feel free to use it freely!