Skip to content

bzatrok/PodcastGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e906990 · Mar 22, 2024

History

18 Commits
Mar 17, 2024
Mar 17, 2024
Mar 22, 2024
Mar 17, 2024
Mar 2, 2024
Mar 13, 2024
Mar 2, 2024
Mar 2, 2024
Feb 21, 2024
Mar 2, 2024
Mar 10, 2024
Mar 17, 2024

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