While training a LLM over a Project Codebase, I decided to perform data augmentation or metadata generation to improve the dataset by enhancing docstrings of the source code. PR Generated with list of ...
A tool that automatically generates docstrings for Python code using LLM APIs. It processes Python files recursively and creates files with inserted docstrings while preserving the original codes.