Simple application using T5 base model fine tuned in Quora Question Pairs to generate paraphased questions.
This repository is based on the work from @ramsrigouthamg which explain very well how to fine tune the model.
pip install -r requirements.txt
cd web-app
python app.py
Open your browser http://localhost:8000