Skip to content

WUNLIMZHE/story-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Story Generator Application

About this application

Developed a web application that integrates with the Gemini API, specifically utilizing Google's Generative AI service, to generate stories based on user preferences with advanced filtering capabilities. The generated story is then processed using the OpenAI Text-to-Speech API, converting it into an audio format that narrates the story.

Running the program

Clone this repo:

git clone [https://github.com/WUNLIMZHE/story-generator.git]
cd story-generator

Running with Node

  1. Make sure you have Node.JS installed.
    Node installation link:
https://nodejs.org/en
  1. In the thriftbook directory, install the dependencies using npm install.
npm install
  1. Run the server:
node index.js
  1. Go to http://localhost:3000.
http://localhost:3000