Text Generation
Adapters
English
voxtreme
AI assistant
vscode-extension , tailwind, frontend-generator, fastapi
Instructions to use ppgodzilla/Voxtreme-ai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use ppgodzilla/Voxtreme-ai with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("ppgodzilla/Voxtreme-ai", set_active=True) - Notebooks
- Google Colab
- Kaggle
π 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 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&Transformersfor backend logic
You can POST to
/askwith{ "prompt": "..." }to receive AI-generated code.
- Downloads last month
- -
Model tree for ppgodzilla/Voxtreme-ai
Base model
mistralai/Mistral-Small-3.1-24B-Base-2503
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("ppgodzilla/Voxtreme-ai", set_active=True)