-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi,
Sent you an email a few weeks ago as I started working on my fork, but not sure you received it.
I've heavily changed your original code for my needs, and I thought it might be worth discussing how we could work together to make more people benefit from them.
My fork is at https://github.com/hamstah/clouddream
Some of the changes I introduced
- There is a web based manager that allows the uploading of new images by url/file upload
- You can browse the input/output of the file from there
- You can process any of the input images with parameters specified by the user (maxwidth, n_inter, n_octave etc), so you can have multiple outputs from the same image with different parameters
- Processing is ordered and done by workers, you can see the queue and jobs in progress (you can have multiple workers in parallel). I had issues with the original project where some image would fail and it would get stuck in a loop trying to process them.
- Use of docker compose to make it easier to spin the containers and scale the number of workers
It's obviously work in progress and I'm no docker expert, but I think it provides a good foundation to extend.
I'm thinking of moving the project out of the fork and into its own repo, as it's almost a complete rewrite.
Would be great to hear your thoughts.
I have a version of it running on a digital ocean droplet, I can give you access if you want to check it out.
Metadata
Metadata
Assignees
Labels
No labels