Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|