Paraphrase generation using T5 model

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.

Application

Paraphrase

Install

pip install -r requirements.txt

Running

cd web-app
python app.py

Open your browser http://localhost:8000