MiniMax-M3 / README.md
akhaliq's picture
akhaliq HF Staff
fix: valid HF Space YAML metadata (emoji, colorFrom, colorTo)
396b80b
|
Raw
History Blame Contribute Delete
734 Bytes
---
title: MiniMax M3
emoji: πŸ‘
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 6.18.0
python_version: '3.13'
app_file: app.py
pinned: false
---
# MiniMax-M3 Vision Chat
A multimodal chat app powered by **MiniMax-M3** via HuggingFace Inference Router, built with `gradio.Server` + a custom HTML/CSS/JS frontend.
## Features
- πŸ–Ό **Image understanding** β€” attach images by URL or file upload
- ⚑ **Streaming responses** β€” tokens stream in real-time via SSE
- πŸ’¬ **Multi-turn conversation** β€” full chat history maintained
- 🎨 **Premium UI** β€” dark glassmorphism design with smooth animations
## Setup
Set your `HF_TOKEN` environment variable and run:
```bash
pip install gradio openai
python app.py
```