Implemented and trained Enhanced Super Resolution GAN (https://arxiv.org/pdf/1809.00219.pdf) to export to https://tfhub.dev
Implemented GAN Distillation on ESRGAN to reduce inference time, and built a Proof of Concept media player which performs video frame Super Resolution @ 5 Frames per second.
More of the project description can be found here.
https://github.com/captain-pool/GSOC
https://summerofcode.withgoogle.com/projects/#4662790671826944
Building Human Like TTS engine for the core product, using Tacotron2 based synthesizer and a conditionable flow network as the neural vocoder.