rahideer commited on
Commit
bf4a07c
·
verified ·
1 Parent(s): 943c67c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -13
README.md CHANGED
@@ -1,13 +1,16 @@
1
- ---
2
- title: AI Bug Report Generator
3
- emoji: 👁
4
- colorFrom: green
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 6.19.0
8
- python_version: '3.13'
9
- app_file: app.py
10
- pinned: false
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
+ # AI Bug Report Generator
2
+
3
+ This project generates professional software bug reports using Llama 3.3 through the Groq API.
4
+
5
+ ## Features
6
+
7
+ - AI-generated bug reports
8
+ - Severity prediction
9
+ - Priority prediction
10
+ - Steps to reproduce
11
+ - Suggested fixes
12
+
13
+ Built with:
14
+ - Python
15
+ - Gradio
16
+ - Groq API