This repository is the demo website for Intent-Controllable Citation Text Generation
git clone https://github.com/BradLin0819/Automatic-Citation-Text-Generation-with-Citation-Intent-Control-Demo.git
conda create -n cctgm python=3.7
conda activate cctgm
Change diretory to demo_site
and start the service
nohup python manage.py runserver 0.0.0.0:8081