
Generative Styles Exploration
This was a case of experimenting with generated painterly styles as a base to test how different styles of art can work in different scenarios.
​

Stable Diffusion Interpolation
I used the open source Stable Diffusion library to interpolate between two different images, which were also generated by Stable Diffusion. I personally wish I had more artistic results, but amazing nontheless!

Neural Style Transfer with Tensorflow
This deep learning project involves using the Tensorflow neural style transfer API to apply one artistic style to another image. Please check out my code by clicking the button above.

Object Detection With Tensorflow
This task was a computer vision with Tensorflow assignment in which I used the object detection API to detect zombies in images.
(Image credit: deeplearning.ai)

Mixture of Gaussians EM-STEP Classification
I used the mixture of Gaussians algorithm to classify clusters of datapoints in semi-supervised learning. The results of my code were about 90% accurate according to the metrics .