Cinemate is a movie search and recommendation web application with an integrated AI chatbot. Users can search for movies, get detailed information, receive recommendations, and optionally view content in multiple languages.
- Search for movies and view detailed information (title, description, rating, etc.)
- AI-powered chatbot for movie recommendations and queries
- Multilingual support (translation for movie details)
- Responsive and user-friendly interface
- Frontend: React (Create React App)
- Backend: Node.js / Express (replace if different)
- APIs: TMDb API for movie data
- AI: OpenAI API / integrated chatbot
- Clone the repository git clone https://github.com/rohitjadhav18/cinemate.git
- Navigate to the frontend folder cd netflix/netflix-ui
- Install dependencies npm install
- Run the app npm start (Open your browser and visit http://localhost:3000)
##usage
- Use the search bar to find movies by title
- Chat with the AI assistant for personalized recommendations
- Switch languages using the language selector to see translations
##Folder Structure cinemate/ ├─ netflix/ │ └─ netflix-ui/ # React frontend ├─ backend/ # Backend (if exists) ├─ README.md # This file
##License This project is licensed under the MIT License.