Netflix AI is a cutting-edge movie recommendation platform that leverages AI to generate movie suggestions based on user prompts. Inspired by the Netflix UI, this web application provides an intuitive and visually appealing experience, allowing users to search for movies using natural language queries.
🔗 Live Demo: Netflix AI
📂 GitHub Repository: Netflix AI
- Netflix-Inspired UI 🎥: A sleek, immersive interface similar to Netflix.
- AI-Powered Search 🤖: Users can type prompts like "sci-fi movies with time travel" to get personalized recommendations.
- Responsive Design 📱: Seamlessly works across desktops, tablets, and mobile devices.
- Dynamic Movie Display 🎞️: AI fetches and displays relevant movies based on user input.
- Frontend: React.js, Tailwind CSS
- Backend: Firebase Authentication
- AI Integration: OpenAI GPT API
- Database: TMDB Movie Database
- Hosting: Firebase
- Users enter a search query (e.g., "romantic comedy with a happy ending").
- The AI processes the request and generates movie recommendations.
- Movies are displayed dynamically on the Netflix-styled UI.