A code documentation generator using AI models.
- Download ollama from their website.
- Pull and run the llama2 model using ollama.
- Create a virtualenv for the project, and install the requirements.
- Run the
run.py
on Python > 3.10.
The example input and output is given in examples/
directory.