Mistral-AI-Game-Jam/ai-interactive-comic-book
83
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
cd server
poetry install
poetry run devStart the Client
cd client
yarn install
yarn dev๐ Project Structure
.
โโโ client/ # React/Vite Frontend
โโโ server/ # Python/FastAPI Backend
โโโ finetuning/ # AI Training Scripts๐ Useful Links
๐ค 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.
