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.
- 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.
- Backend - Flask, MySQL
- Frontend - React