--- title: IA Interactive Comic Book emoji: 💭 colorFrom: red colorTo: blue sdk: docker pinned: true --- # Comic Book Generator - Interactive AI Stories An interactive narrative game that generates unique stories in comic book form, powered by AI. ## 🌟 Features - Unique story generation with Mistral AI - Interactive comic book interface - Predefined or custom choices - Voice narration - Responsive design (desktop & mobile) ## 🚀 Quick Start ### Prerequisites - Node.js 20+ - Python 3.10+ - Poetry - Mistral API Key - Hugging Face Endpoint URL ### Start the Server ```bash cd server poetry install poetry run dev ``` ### Start the Client ```bash cd client yarn install yarn dev ``` ## 📁 Project Structure ``` . ├── client/ # React/Vite Frontend ├── server/ # Python/FastAPI Backend └── finetuning/ # AI Training Scripts ``` ## 🔗 Useful Links - [Project Presentation](https://devpost.com/software/sarah-s-chronicles) - [API Documentation](/server/README.md) - [Client Documentation](/client/README.md) ## 🤝 Contributing Contributions are welcome! Please check our contribution guidelines for more details. ## 📄 License This project is licensed under the MIT License. See the `LICENSE` file for details.