ppgodzilla commited on
Commit
40df460
·
verified ·
1 Parent(s): 2080526

Create README.md

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