https://github.com/chrisuser/gpt-recommender
A books, movies, podcasts (and many other media) recommender system build with Open AI API
https://github.com/chrisuser/gpt-recommender
articles books chatbot chatgpt gpt-3 gpt-35 gpt-35-turbo movies podcasts recommender tvshows
Last synced: 9 months ago
JSON representation
A books, movies, podcasts (and many other media) recommender system build with Open AI API
- Host: GitHub
- URL: https://github.com/chrisuser/gpt-recommender
- Owner: ChrisUser
- License: mit
- Created: 2023-02-04T12:12:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T21:01:12.000Z (over 1 year ago)
- Last Synced: 2024-12-21T22:17:29.071Z (over 1 year ago)
- Topics: articles, books, chatbot, chatgpt, gpt-3, gpt-35, gpt-35-turbo, movies, podcasts, recommender, tvshows
- Language: TypeScript
- Homepage:
- Size: 2.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPT Recommender

A books, movies, podcasts (and many other media) recommender system built with [Open AI API](https://openai.com/api/).
## Setup
Clone the project and install the dependencies with:
```console
npm install
```
or
```console
yarn
```
Run the project in a local enviroment with:
```console
npm start
```
or
```console
yarn start
```
## Usage
Grab your [Open AI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key) and paste it into the appropriate text input.
Choose a subject, list your favourites, select a quantity and generate a new list of recommendations.
---
Works with Open AI API GPT-3 and GPT-3.5.