Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.02 KB

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