DoodleGyan is an AI-powered comic book generator designed for children. It allows them to create comics on any topic, primarily for educational purposes. The system generates high-quality visuals and compelling stories based on user input.
- Image Generation: Stable Diffusion
- Story and Script Generation: Llama and Mixtral
- Frontend: React.js
- Backend: Flask
- User provides a topic or theme for the comic.
- The AI generates a structured storyline and script.
- Stable Diffusion creates corresponding images for each scene.
- The final comic is assembled and displayed in the web application.
git clone https://github.com/your-repo/comic-book-generator.git
cd comic-book-generatorFollow the instructions in the documentation for setting up the backend and frontend.
This project is licensed under the MIT License.