This app convert an image of a horse 2 an image of zebra using a cycle GAN model
This app takes an image, recognizes one or more horses in it by looking at pixels, and individually modifies the values of those pixels so that what comes out looks like a credible zebra. We won’t recognize anything zebra-like in the printout (or in the source code, for that matter): that’s because there’s nothing zebra-like in there. The network is a scaffold—the juice is in the weights.
pip3 install -r requirements.txt
streamlit run main.py