A simple Flask application of text sentiment transfer, based on research done by Zhao et. al. in Adversarially Regularized Autoencoders.
Visit this link to directly try the hosted web app.
Install Flask
pip install flask
Fork the repo and run:
FLASK_ENV=development FLASK_APP=arae_site.py flask run
Many thanks to:
- @jakezhaojb (https://github.com/jakezhaojb/ARAE) for the Code for the paper "Adversarially Regularized Autoencoders (ICML 2018)" by Zhao, Kim, Zhang, Rush and LeCun