A collection of Variational AutoEncoders (VAEs) implemented in pytorch with focus on reproducibility.
The aim of this project is to provide a quick and simple working example for many of the cool VAE models out there. All the models are trained on the CelebA dataset for consistency and comparison.
The architecture of all the models are kept as similar as possible with the same layers, except for cases where the original paper necessitates a radically different architecture (Ex.
This repository demonstrates how a simple voice transfer app can be created using Streamlit. The code for this demo is based on the repository for Real-Time-Voice-Cloning.
Link
In this blog, we will build a Flask web app that can input any long piece of information such as a blog or news article and summarize it into just five lines!
Text summarization is an NLP(Natural Language Processing) task. SBERT(Sentence-BERT) has been used to achieve the same.
By the end of the article, you will learn how to integrate AI models and specifically pre-trained BERT models with Flask web technology as well!