Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 723 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 723 Bytes

Source Code Summarization

Currently observed approaches:

Method Source Paper
Neural Code Sum repo arxiv
Tree Transformer repo openreview
TransCoder repo arxiv

Environment setup:

conda create -n scs python=3.7
conda activate scs
pip install -r requirements.txt

Install linter with:

pip install flake8

To run formatter execute from the source folder:

bash scripts/yapf.sh