Skip to content

IgorZaton/Mini-Projects

Repository files navigation

Mini-Projects

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:

humansres1 humansres2

Ascify - Ascify.ipynb

Converting image to ascii characters set. Try it on high resolution images for best effect.

Result:

Brooklyn Bridge Eiffel Tower
drawing drawing
drawing drawing

Portrait Colorization - PortraitColorization.ipynb

Colorizing portraits with autoencoder.

Result:

download

download (1)

Face Recognition - faceRecognition.ipynb

Face recognition using resnet and lfw dataset.

Results:

cm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published