Spaces:
Sleeping
Sleeping
File size: 2,321 Bytes
bee58cc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | # ArchIntelligent - Generative Design for Architects
**ArchIntelligent** is a deep learning project focused on **Generative AI for Architecture**. It enables architects and designers to quickly reimagine and redesign building concepts by generating new visuals from 3D building images (sketch/AutoCAD/Sketchup). Whether it's exploring new styles, adjusting functional details, or applying custom prompts, this tool accelerates the creative process. A simple, interactive **Streamlit app** is also included to provide a user-friendly interface for experimenting with the model.
## 🌐 Try It Online (Hugging Face Space)
👉 [Launch ArchIntelligent on Hugging Face Spaces](https://huggingface.co/spaces/harrydawitch/ArchIntelligent)
No setup needed. Just upload your 3D building image, select your style and prompt, and generate your design.
>⚠️ Note: Due to my financial limitations, my Hugging Face Space currently runs on CPU, which makes image generation quite slow (around 30 minutes per image).
For a faster experience, consider cloning this repo and running it locally on a machine with a GPU.
## 🚀 Features
- 🎨 Style transfer for architectural designs
- 🏢 Generate redesigned images from 3D exterior building image inputs (interior coming soon)
- 💡 Customize design output with prompts, style, functional, environment and creative scale tweaks
- 🌐 Streamlit web interface for easy interaction
## 🧪 Running Locally
**1. Clone the repo:**
```console
git clone https://github.com/harrydawitch/ArchIntelligent.git
cd ArchIntelligent
```
**2. Install dependencies:**
```console
pip install -r requirements.txt
```
**3. Launch the app:**
```console
streamlit run app.py
```
## 📸 Example
**Here’s a sample workflow:**
1. Upload your 3D building render
2. Choose a design style (e.g. Modern, Minimal, Gothic, Futuristic...)
3. Choose building functional(e.g. Villa, Office, Apartment, Hotel)
4. Describe your design using prompts (e.g."Exterior view of a office tower with glass facade, green rooftop" etc.)
5. Generate!
## 🤝 Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change or improve.
## 📄 License
MIT License – see the LICENSE file for details. |