CoolFace
Apppublic

Mistral-AI-Game-Jam/ai-interactive-comic-book

sourceHugging Faceupdated 2y agoView on Hugging Face
83likes
App README

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

๐Ÿค 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.