Skip to content

feat: Add Podcast Feature#20

Open
EswarDivi wants to merge 2 commits intotakara-ai:mainfrom
EswarDivi:main
Open

feat: Add Podcast Feature#20
EswarDivi wants to merge 2 commits intotakara-ai:mainfrom
EswarDivi:main

Conversation

@EswarDivi
Copy link
Copy Markdown

Add Podcast Feature

Added /api/podcast and /api/conversation endpoints for audio and text-based conversational summaries.

Changes

  • /api/podcast: Returns JSON with podcast URL and timestamp
  • /api/conversation: Returns JSON conversation between two experts
  • Generates conversational dialogue between "Brian" and "Jenny"
  • Uses OpenAI TTS to create MP3 audio files
  • Stores audio in Vercel Blob storage with Redis caching

Example Response

/api/podcast:

{
  "podcast_url": "https://u04kue5aophtsfj1.public.blob.vercel-storage.com/16_09_2025_podcast.mp3",
  "timestamp": "2025-09-16T16:49:53Z"
}

/api/conversation:

{
  "conversation": [
    {"speaker": "Brian", "text": "Today we're looking at some fascinating AI research..."},
    {"speaker": "Jenny", "text": "Absolutely! The first paper caught my attention because..."}
  ]
}

@vercel
Copy link
Copy Markdown

vercel bot commented Sep 16, 2025

@EswarDivi is attempting to deploy a commit to the Takara-ai Frontier Research Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant