Skip to content

Henryle-hd/Storyfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Story Generator (Storyfy)

Simple web app that generates audio stories using AI: Screenshot 2024-12-05 003152

Screenshot 2024-12-05 003327

Features

  • Generate scripts with Groq LLM
  • Convert text to speech
  • Control playback speed
  • Download audio files

Setup

  1. Add API keys in server/.env
  2. Install dependencies in client (nextjs) and server (Flask)
  3. Run server and client separately