Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 802 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 802 Bytes

Issue-GPT (Solve Github issues faster with GPT)

The Issue-GPT is an application developed to help organizations efficiently track, manage and resolve issues on GitHub. It utilizes OpenAI's embedding and cosine similarity techniques to identify duplicate issues, while also providing possible solutions for issues using the OpenAI model.

Key features

  • Add a comment to the newly created issue linking the top 3 duplicate issues if there are any duplicates.
  • Add a comment by mentioning the possible solution to solve the issue.
  • A dashboard with functionality to add Github secrets, see duplicate tracked issues, register organisation and repository.

Tech stack used

  • Backend - Flask, MySQL
  • Frontend - React

High level architecture

High Level Architecture