Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 2.54 KB

README.md

File metadata and controls

57 lines (34 loc) · 2.54 KB

NetflixGpt

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.

Demo

NetflixDemo.mp4

Features

  • 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.

Technologies Used

React Git Tailwind CSS JavaScript

Setting Up

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.

Locally

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=''

Deployment

When deploying the application, make sure to configure environment variables according to your deployment platform's guidelines.

Get Started

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