Skip to content

Ompawaskar/Kahani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kahani

A free AI Story Generator to generate captivating ,visually appealing and child-friendly stories for children aged 6 - 10.

Demo

Link to Youtube Video.

https://www.youtube.com/watch?v=gQ_UDBCjyT4&t=1s

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_URI=Your Uri

PORT=4000

GEMINI_KEY=Your_API_KEY

MONSTER_API_KEY=Your_API_KEY

UNREAL_AUDIO=Your_API_KEY

SECRET=Jwt_Secret

Installation

Clone this project.

In the frontend folder change baseUrl to localhost.

In the backend folder change cors origin to * or whichever port your frontend is on.

Acknowledgements