shivamjadhav commited on
Commit
7e43056
Β·
1 Parent(s): 2b44d11

updated readme

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -6,7 +6,39 @@ colorTo: pink
6
  sdk: docker
7
  pinned: false
8
  short_description: AI model to classify accessibility-related bugs.
9
- description: dajgdhagdahgdahdgha
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  pinned: false
8
  short_description: AI model to classify accessibility-related bugs.
9
+ ---
10
+ # Accessibility Bug Prediction Using ALBERT 🐞
11
+
12
+ This project leverages the **ALBERT (A Lite BERT)** model to classify software bug reports into two categories:
13
+ 1. Accessibility-related bugs.
14
+ 2. Non-accessibility bugs.
15
+
16
+ It also includes a **custom Jira plugin** to integrate the AI model into the bug-tracking workflow, making it easier for development teams to identify and prioritize accessibility issues.
17
+
18
+ ## Key Features ✨
19
+ - **State-of-the-Art NLP**: Utilizes the ALBERT transformer model, fine-tuned for high accuracy on bug report classification tasks.
20
+ - **Custom Dataset**: The model was trained from scratch on a dataset collected by the research team.
21
+ - **Jira Plugin Integration**: Seamlessly integrates the classification system into Jira to enhance accessibility compliance workflows.
22
+ - **Research Collaboration**: Developed under the guidance of **Professor Wajdi Aljedaani**, a UX and Human-Centered AI researcher.
23
+
24
+ ## How It Works πŸš€
25
+ 1. **Input**: Provide a textual description of a bug report.
26
+ 2. **Prediction**: The ALBERT model analyzes the text and classifies the bug as either accessibility-related or not.
27
+ 3. **Output**: Use the results directly or integrate them into Jira for workflow optimization.
28
+
29
+ ## Applications πŸ› οΈ
30
+ - **Software Development**: Identify accessibility bugs to ensure compliance with standards like WCAG.
31
+ - **Quality Assurance**: Optimize testing and prioritization for accessibility-related issues.
32
+ - **Research in UX and AI**: Leverage insights for designing inclusive and accessible systems.
33
+
34
+ ## Deployment 🌐
35
+ The model is hosted on **Hugging Face Spaces**, providing an interactive and user-friendly web interface.
36
+
37
+ [Try the Model on Hugging Face](https://huggingface.co/spaces/shivamjadhav/albert_latest_96)
38
+
39
+ ## About the Research 🀝
40
+ This project was developed as part of a research initiative at **UNT** under **Professor Wajdi Aljedaani**'s guidance. It emphasizes the intersection of AI, UX, and accessibility to drive impactful solutions for software development.
41
+
42
  ---
43
 
44
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference