Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varunbln/tailoredtales
Source code for tailored tales
https://github.com/varunbln/tailoredtales
Last synced: about 2 months ago
JSON representation
Source code for tailored tales
- Host: GitHub
- URL: https://github.com/varunbln/tailoredtales
- Owner: varunbln
- Created: 2024-04-08T14:43:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-12T23:32:29.000Z (7 months ago)
- Last Synced: 2024-06-13T04:21:38.970Z (7 months ago)
- Language: TypeScript
- Homepage: https://tailoredtales.varunbalani.com
- Size: 2.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TailoredTales
Dive into a universe of learning tailored just for you. Discover, grow, and satisfy your curiosity with podcasts crafted to suit your interests. This project uses AI to create podcasts based on the topics you choose. This allows for the curation of highly specific, tailored podcasts specifically for you.## Tech Stack
- Next.js
- Postgres for the database
- Vercel Blob storage to store audio files
- Clerk for authentication
- Shadcn UI components
- Tailwind for styling## AI Models Used
- Google Gemini AI for podcast structure planning and episode script generation
- GPT-4 for DALLE prompt enhancement
- DALLE for podcast cover image generation
- OpenAI TTS models for converting the generated script into speech## How to run
- `git clone https://github.com/varun-balani/tailoredtales`
- `cd tailoredtales`
- `npm i`
- Configure necessary env variables
- `npm run dev`