Skip to content

bzatrok/PodcastGPT

Repository files navigation

PodcastGPT

Generate podcasts from news articles using OpenAI's completions API.

WORK IN PROGRESS

This project is in a work in progress state. Expect breaking changes on updates.

Purpose

Simplifier is a .NET Core application with a Next.JS front-end that uses OpenAI's completions API to generate converational podcasts between a presenter & guest. The main purpose is the create custom podcasts from news sources the user is interested in and turn them into conversations.

Running the application

Prerequisites:

docker compose

Create a copy of the .env.template file found in the project root and add a valid OpenAI API key to it. cp .env.template .env

Run the following command: docker compose up --build -d

The application will be running under http://localhost:8080.

About

Generate podcasts from news articles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published