Markov chains - markovChains.ipynb
Simple text generator based on markov chain. Markov chain is created from uploaded text and then random walk is performed to generate the text.
Result:
['sherlock', 'holmes', 'was', 'able,', 'by', 'man', 'who', 'is', 'now', 'you', 'must']
Humans Segmentation - humansSegmentation.ipynb
Segmentation humans from images using U-Net based on original paper (https://arxiv.org/pdf/1505.04597.pdf).
Result:
Ascify - Ascify.ipynb
Converting image to ascii characters set. Try it on high resolution images for best effect.
Result:
Brooklyn Bridge | Eiffel Tower |
---|---|
Portrait Colorization - PortraitColorization.ipynb
Colorizing portraits with autoencoder.
Result:
Face Recognition - faceRecognition.ipynb
Face recognition using resnet and lfw dataset.
Results: