https://github.com/spirali/colcol
https://github.com/spirali/colcol
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spirali/colcol
- Owner: spirali
- License: mit
- Created: 2025-05-12T07:47:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T07:48:44.000Z (about 1 year ago)
- Last Synced: 2025-06-06T17:09:38.690Z (12 months ago)
- Language: Python
- Size: 2.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collaborative collage
This is a source code for installation presented on EAGx Prague 2025.
The whole program was quick & dirty hacked and it was only tested on
my laptop and the installation laptop.
Requirements:
* Python and requirements in "requirements.txt"
* OpenAI API key that has `gpt-image-1` access (it does not work with Dall-E models because v2 ignore masks and v3 does not support masks at all).
## How to start the program
```bash
cd src
python main.py --fullscreen
```
It starts the control application on first screen and projector part on the second screen.