An AI-powered movie recommendation platform built with React, Vite, and Tailwind CSS. It combines TMDB API for real movie data and DeepSeek AI for intelligent, personalized suggestions. Users can explore movies, get AI-based recommendations, and view their detailed search history — all through a fast and elegant interface.
React (Vite) • Tailwind CSS • DeepSeek AI API • TMDB API • React Query • Context API
- 🤖 AI Movie Recommendations powered by DeepSeek
- 🎥 Live TMDB Data for movies, posters, and info
- 🔍 Search & Filter by genre, name, or popularity
- 🕒 History Page showing previously viewed titles
- 💬 Interactive Modals for smooth UI
- 📱 Fully Responsive for mobile and desktop
- Clone the repo
git clone https://github.com/your-username/film-recommendation-app.git cd film-recommendation-app - Install dependencies
npm install
- Create .env file
VITE_TMDB_KEY=your_tmdb_api_key VITE_DEEPSEEK_KEY=your_deepseek_api_key
- Start development
npm run dev
Kamran Pirishzade
Frontend Developer passionate about AI-driven web experiences.