buildinves commited on
Commit
8658c61
·
verified ·
1 Parent(s): e4b6d8a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Grid Cut Optimizer
3
+ emoji: 🏘️
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 4.19.2
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # Grid Cut Optimizer for Victorian Developments
13
+
14
+ An AI-powered tool for optimizing residential lot subdivisions in Victorian greenfield developments.
15
+
16
+ ## Features
17
+
18
+ - **Automatic Optimization**: Uses genetic algorithms to find optimal lot configurations
19
+ - **SLHC Grouping**: Groups narrow lots together for better streetscape (garages adjoining)
20
+ - **Visual Before/After**: See exactly how AI improves your layout
21
+ - **Instant Metrics**: Yield, efficiency, density calculations
22
+ - **PSP Compliance**: Ensures 20+ dwellings/hectare targets
23
+
24
+ ## How to Use
25
+
26
+ 1. Enter your stage dimensions (width and depth)
27
+ 2. Select which lot types to include
28
+ 3. Optionally enter your current manual layout
29
+ 4. Click "Optimize with AI" to see results
30
+
31
+ ## Technical Details
32
+
33
+ - Uses genetic algorithm (50 generations, 100 population)
34
+ - Considers Victorian ResCode and Small Lot Housing Code
35
+ - Optimizes for yield, streetscape quality, and SLHC grouping