8000 GitHub - nicolaslledo/document-magic: Generate Javadoc documentation for a Java project automatically using LLM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Generate Javadoc documentation for a Java project automatically using LLM

Notifications You must be signed in to change notification settings

nicolaslledo/document-magic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Magic

What does it do

It automatically generates Javadoc for a Java project. It adds Javadoc to classes and methods that doesn't have them already.

How to use

  • Install ollama on port 11434 (default ollama port)
  • Pull the model ollama pull codellama
  • Then run mvn package
  • Run the jar with the path to your src directory as parameter

We assume that you already have git on the target directory. This will allow you to review changes this application made before accepting them.

Libraries

  • Langchain4j
  • JavaParser

Future development

  • Support other languages by using ANTLR

About

Generate Javadoc documentation for a Java project automatically using LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0