You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
-
# Issue Classification Application
1
+
# Issue Classification Application
2
2
3
-
A web application that automatically classifies Jira-like issues into categories (bug, enhancement, question) using Word2Vec embeddings and Random Forest classification.
3
+
A simple web application that automatically classifies Jira-like issues into categories (bug, enhancement, question) using Word2Vec embeddings and Random Forest classification.
4
4
5
5
## Features
6
6
7
-
-**Automated Issue Classification**: Classify issues as bug, enhancement, or question
7
+
-**Automated Issue Classification**: Classify issues as bug, enhancement, or question.
8
8
-**Option to correct wrongly predicted category**: If the user thinks the prediction is incorrect, it can be changed.
9
-
10
9
-**Multi-language Support**: Detects and validates issue language (English only)
11
10
-**Supabase Integration**: Persistent storage and retrieval of classifications
12
11
-**Prometheus Metrics**: Real-time monitoring of predictions and accuracy
0 commit comments