Y
Hacker News
new
|
ask
|
show
|
jobs
by
lancesells
868 days ago
Is this all AI or using something like Imagemagick for the lower level tasks?
1 comments
neilxm
868 days ago
It's a combination of things. The idea is that you can build workflows that
chain
functionality from ai models, as well as lower level image processing tasks. For lower level tasks we use the usual suspects - PIL, ImageMagik, OpenCV etc.
link