IMMORTALJAY commited on
Commit
a07fa31
·
verified ·
1 Parent(s): 379d005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -14
README.md CHANGED
@@ -1,14 +1,37 @@
1
- ---
2
- title: "IMMORTAL Text to Code AI"
3
- emoji: "💻"
4
- colorFrom: "indigo"
5
- colorTo: "blue"
6
- sdk: gradio
7
- sdk_version: "4.26.0"
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- # IMMORTAL Text to Code AI
13
-
14
- A demo of text-to-code generation using transformers.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # AI Website Builder
2
+
3
+ A free, open-source tool that generates complete websites from natural language descriptions using AI.
4
+
5
+ ## Features
6
+
7
+ - Generate HTML/CSS/JS code from text prompts
8
+ - Live preview of generated websites
9
+ - Download code as ZIP file
10
+ - Prebuilt templates for common website types
11
+ - Code explanation feature
12
+
13
+ ## How to Use
14
+
15
+ 1. Describe the website you want or select a prebuilt template
16
+ 2. Click "Generate Website"
17
+ 3. View the code and live preview
18
+ 4. Download the code or get an explanation
19
+
20
+ ## Deployment
21
+
22
+ To deploy on Hugging Face Spaces:
23
+
24
+ 1. Fork this repository
25
+ 2. Create a new Space on Hugging Face
26
+ 3. Connect your GitHub repository
27
+ 4. Select Gradio as the SDK
28
+ 5. Deploy!
29
+
30
+ ## Models Used
31
+
32
+ - Default: `deepseek-ai/deepseek-coder-1.3b`
33
+ - Alternative: `replit/replit-code-v1-3b`
34
+
35
+ ## License
36
+
37
+ MIT