This is a document generator backend which built by Flask. The goal is to build an automated system that can create on-demand developer documentation for a Java class.
python==3.6.8
nltk==3.4.5
sekg==0.10.3.18
Flask==1.1.2
gunicorn==20.0.4
flask_cors==3.0.8
You can simply typing the following command to start the service on server or localhost
gunicorn -b localhost:5000 run:app
- Mingwei Liu
- Yang Liu
- Shuangshuang Xing
- Gang Lv
- Jiazhan Xie
- Huanjun Xu
- Xiujie Meng
See also the list of contributors who participated in this project.
This project is licensed under the MIT License.