CodeWithKyrian / transformers-php

Transformers PHP is a toolkit for PHP developers to add machine learning magic to their projects easily.
https://codewithkyrian.github.io/transformers-php/
Apache License 2.0
291 stars 16 forks source link

Add image to image pipeline #17

Closed CodeWithKyrian closed 3 months ago

CodeWithKyrian commented 3 months ago

What:

Description:

This PR introduces a new pipeline - Image to Image Pipeline. This pipeline generates an image based on a previous image input. An obvious use case is for image super resolution.