Skip to content

PrethamMuthappa/Log-IT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log-It

AI Automated Changelog generator built for developers

To create a change log generator

Languages and framework used

  • Java with Spring Boot
  • Meta Llama Vision Free
  • thymeleaf with html

Workflow diagram

Screenshot from 2024-10-07 10-34-22

Steps how this works

  • Pulls the commit history from github api
  • feeds the data to free opensource LLM
  • displays the changelog in ui

How to Run

  • Download the jar file and run using java -jar jarname
  • Open localhost8080 and enter the details
  • Give your github username example PrethamMuthappa
  • Enter you Repo name (public repo for testing purpose)
  • Enter no of commit history ( enter 1, as the free llm usually dont allow multiple requests)
  • Results will be displayed

Example

image

Result change logs

image