https://github.com/willayy/digitalization-and-ai-capstone-project
This is group 12's Chalmers X IKEA capstone project code repo
https://github.com/willayy/digitalization-and-ai-capstone-project
diffusers diffusion-models school-project
Last synced: 2 months ago
JSON representation
This is group 12's Chalmers X IKEA capstone project code repo
- Host: GitHub
- URL: https://github.com/willayy/digitalization-and-ai-capstone-project
- Owner: willayy
- License: other
- Created: 2024-09-17T11:15:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T18:59:53.000Z (7 months ago)
- Last Synced: 2025-02-08T04:27:40.591Z (4 months ago)
- Topics: diffusers, diffusion-models, school-project
- Language: Python
- Homepage:
- Size: 54.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digitalization-and-AI-capstone-project
This is group 12's Chalmers X IKEA capstone project code repository containing our prototype software innovaton for IKEA.## Running the software with the GUI
```shell
cd .../Digitalization-and-AI-capstone-project
# We recommend doing this in a virtual enviorment
pip install -r requirements.txt
cd ImageGenInterface
# Launch the GUI, you would use python3 on an unix based system
python gui.py
```
## Usage
* Write your desired prompt, choose an image from your computer, click generate.
* The generation process will take some time (normally around / under 15 minutes but might take up to an hour depending on the hardware) and the window might be unresponsive while the image is being generated.