|
|
--- |
|
|
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. |
|
|
|
|
|
--- |