We envisioned the future of holistic learning experiences. With Gen-ED, we're bringing reading, listening, and visual engagement together to revolutionize understanding for children.
- Story-telling: AI-driven visual stories based on a child's selected topic and character.
- Interactive Q&A Chat: Dynamic responses to questions, supported by visually rich content.
- Quizzes: Gentle and engaging evaluations on chosen topics.
- Text Generation: GPT-4
- Image Generation: Stable-Diffusion XL
- Speech Generation: Google Cloud TTS
- Frameworks: Node.js, NextJS, React
- Other tools: clip-drop, openai
Ensure you have Node.js and npm installed.
-
Environment Configuration
mkdir backend/src/config touch backend/src/config/dev.env
Populate
dev.env
:PORT= OPENAI_API_KEY=sk-.... MONGO_URI=....
-
Installing Dependencies
For backend:
cd backend npm install pnpm pnpm i
For frontend (kid directory):
cd kid npm install
Be creative!
What we've tried before: The Hulk explaining Roman Empire, Elsa explaining gravity, and so much more!
Listen, watch, and read, as our storyteller expains the topic! Chat with it after it finishes the story for clarifications.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are welcome.