NetflicGpt is a cutting-edge streaming platform built with React and powered by OpenAI's state-of-the-art recommendation system. Say goodbye to endless scrolling and generic suggestions – NetflixGpt offers personalized movie and TV show recommendations tailored just for you.
NetflixDemo.mp4
- Personalized Recommendations: Utilize OpenAI's advanced algorithms to curate recommendations based on your preferences entry.
- Sleek Frontend: Built using React, our frontend ensures a seamless user experience, allowing you to effortlessly navigate through our extensive library of content.
- Diverse Content Library: Dive into a vast collection of movies and TV shows sourced from renowned studios and independent filmmakers worldwide.
- Continuous Updates: We're committed to enhancing your streaming experience by continuously updating our platform with the latest features and optimizations.
Before running the application, make sure to set up the necessary environment variables. One of the environment variables required is REACT_APP_OPENAI_KEY
, which should contain your OpenAI API key.
If you're running the application locally, create a file named .env
in the root directory of the project and add the following line:
REACT_APP_OPENAI_KEY=''
When deploying the application, make sure to configure environment variables according to your deployment platform's guidelines.
To get started with NetflixGPT, simply clone this repository and follow the instructions below:
# Clone the repository
git clone https://github.com/JulianToppo/netflix-gpt
# Install dependencies
npm install
# Start the development server
npm start