difagume / binge-gpt

This project recommends tv shows and movies with OpenAI. The show details are fetched from the TMDB api on click of any recommended show. It is bootstrapped with the T3 Stack

Home Page:https://watchcopilot.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project recommends tv shows and movies with OpenAI. The show details are fetched from the TMDB api on click of any recommended show. It is bootstrapped with the T3 Stack.

BingeGPT

Tech Stack

Features

  • Recommend tv shows and movies based on user inputed shows
  • Fetch show details from TMDB api on click of any recommended show
  • Add shows to the favorites list
  • Category wise filtering of the favorites list

Installation

1. Clone the repository

git clone https://github.com/sadmann7/binge-gpt.git

2. Install dependencies

yarn install

3. Create a .env file

Create a .env file in the root directory and add the environment variables as shown in the .env.example file. You can get the OpenAI API key from here. You can get the TMDB API key from here.

4. Run the application

yarn run dev

The application will be available at http://localhost:3000.

Deployment

Follow the deployment guides for Vercel, Netlify and Docker for more information.

About

This project recommends tv shows and movies with OpenAI. The show details are fetched from the TMDB api on click of any recommended show. It is bootstrapped with the T3 Stack

https://watchcopilot.vercel.app


Languages

Language:TypeScript 91.5%Language:JavaScript 5.6%Language:CSS 1.9%Language:Shell 1.0%