This a simple single page application based on django. It uses a trained NLP encorer to generate a fake movie reviews on user request. User can specify the starting text of the review and the number of reviews he wants to generate.
- Download reposity.
- Install dependencies from requirements file:
pip install -r requirements.txt
- Run django project using :
python manage.py runserver

