Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 342 Bytes

Autodocer

A code documentation generator using AI models.

Usage

  1. Download ollama from their website.
  2. Pull and run the llama2 model using ollama.
  3. Create a virtualenv for the project, and install the requirements.
  4. Run the run.py on Python > 3.10.

Examples

The example input and output is given in examples/ directory.