| --- |
| title: Buggy |
| emoji: 🏢 |
| colorFrom: green |
| colorTo: red |
| sdk: gradio |
| sdk_version: 6.19.0 |
| python_version: '3.13' |
| app_file: app.py |
| pinned: false |
| --- |
| This application uses a Large Language Model (LLM) to generate professional software bug reports from a user-provided bug description. |
|
|
| ## Features |
|
|
| - Generate Bug Title |
| - Identify Severity |
| - Identify Priority |
| - Generate Steps to Reproduce |
| - Expected Result |
| - Actual Result |
| - Possible Root Cause |
|
|
| ## Technologies |
|
|
| - Python |
| - Gradio |
| - Groq API |
| - Llama 3 |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|