File size: 869 Bytes
40df460 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ---
license: apache-2.0
language:
- en
base_model:
- mistralai/Mistral-Small-3.1-24B-Instruct-2503
pipeline_tag: text-generation
library_name: adapter-transformers
tags:
- voxtreme
- AI assistant
- vscode-extension , tailwind, frontend-generator, fastapi
---
# 🚀 Voxtreme AI (Lite)
A FastAPI-powered backend AI service for generating layout code, dialog logic, and full frontend components using Hugging Face's open models.
This server powers the [Voxtreme IDE](https://your-link.com) and can be embedded into VS Code extensions.
## 🔥 Capabilities
- Prompt to Code (HTML/CSS/JS)
- Tailwind Layouts
- Dialog Builders
- Smart Page Generators
## 🧠 Powered by
- `mistralai/Mistral-7B-Instruct` (hosted by 🤗 Transformers)
- `FastAPI` & `Transformers` for backend logic
> You can POST to `/ask` with `{ "prompt": "..." }` to receive AI-generated code.
--- |