Image Unavailable (Network)

Code Forks

Abstract Art

I trained a StyleGAN2-ADA model on a custom dataset of abstract art to generate realistic fakes. Check out the results to see the interesting artwork it creates.

Image Unavailable (Abstract Art)
Abstract Art

Painted Faces

Using a multiple AIs, this project extracts the faces from an image and converts them into painted portraits.

Image Unavailable (Painted Faces)
Painted Faces

Emotion Detection

This emotion detection AI is able to detect the facial expressions of someone in a picture! It uses two AIs working together to find faces and then classify them. Why not have a look?

Image Unavailable (Emotion Detection)
Emotion Detection

Image Segmentation

Image segmentation creates masks around objects to identify exactly where they start and end. This code provides an implementation of Mask-RCNN, which can run live.

Image Unavailable (Image Segmentation)
Image Segmentation

Faceswap

Deepfakes have sparked huge controversy, but they are definitely something to be actively aware of. I took the famouse hoverboard scene from Back to the Future and deepfaked myself into it! You can even watch the updated scene!

Image Unavailable (Faceswap)
Faceswap

MuseGAN

MuseGAN is an artificial intelligence model, which learns to generate music . I trained it on songs by The Beatles, and, in the processes, made contributions to the original project in the form data preparation scripts. Have a listen!

CycleGAN

Combining generative technology with images is insanely cool and I had a lot of fun playing with it. In this project, I used an AI to change the genders of people in photographs. It's something that you should definitely have a look at!