Nuzhatwa commited on
Commit
f49df06
Β·
verified Β·
1 Parent(s): b352489

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -4
README.md CHANGED
@@ -1,12 +1,78 @@
1
  ---
2
- title: ' Ai-template Generator Pro '
3
  emoji: πŸ¦€
4
- colorFrom: green
5
- colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: ' Ai template Generator Pro '
3
  emoji: πŸ¦€
4
+ colorFrom: indigo
5
+ colorTo: gray
6
  sdk: gradio
7
  sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # 🎯 AI Template Generator Pro
13
+
14
+ Generate professional print-ready planners, calendars, and organizers using natural language descriptions.
15
+
16
+ ## πŸš€ Features
17
+
18
+ ### Template Types
19
+ - **πŸ“… Weekly Planner** - Monday/Sunday start options, customizable layout
20
+ - **πŸ—“οΈ Monthly Calendar** - Full month view with date grid
21
+ - **⏰ Daily Schedule** - Hourly time blocks for detailed planning
22
+ - **βœ… Habit Tracker** - Monthly grid for tracking daily habits
23
+ - **🍽️ Meal Planner** - Weekly meals with shopping list
24
+
25
+ ### Customization Options
26
+ - **Paper Sizes**: A4, Letter, A5
27
+ - **Orientations**: Portrait, Landscape
28
+ - **Colors**: Custom accent colors
29
+ - **Fonts**: Arial, Helvetica, Times
30
+ - **Quality**: 72, 150, 300 DPI
31
+
32
+ ## 🎨 How to Use
33
+
34
+ 1. **Describe** your ideal template in plain English
35
+ 2. **Choose** paper size, orientation, and colors
36
+ 3. **Generate** your custom template
37
+ 4. **Download** print-ready PDF file
38
+
39
+ ## πŸ’‘ Example Prompts
40
+
41
+ - "A4 weekly planner with Monday start, minimalist blue design"
42
+ - "Monthly calendar, landscape orientation, colorful theme"
43
+ - "Daily schedule with hourly time blocks, professional style"
44
+ - "Habit tracker for 31 days, simple grid layout"
45
+ - "Meal planner with shopping list, green accents"
46
+
47
+ ## πŸ› οΈ Technical Details
48
+
49
+ - **Framework**: Gradio 4.44.0
50
+ - **PDF Generation**: FPDF2
51
+ - **Image Processing**: Pillow
52
+ - **Hosting**: Hugging Face Spaces (Free)
53
+
54
+ ## πŸ“± Mobile Friendly
55
+
56
+ Works perfectly on:
57
+ - iPad browsers
58
+ - Mobile devices
59
+ - Desktop computers
60
+ - All modern browsers
61
+
62
+ ## πŸ”„ Updates
63
+
64
+ - **v1.0**: Initial release with 5 template types
65
+ - **v1.1**: Added color customization
66
+ - **v1.2**: Improved mobile interface
67
+
68
+ ## πŸ“„ License
69
+
70
+ MIT License - Feel free to use and modify!
71
+
72
+ ## 🀝 Contributing
73
+
74
+ Contributions welcome! Open issues and pull requests on GitHub.
75
+
76
+ ---
77
+
78
+ Created with ❀️ using Hugging Face Spaces