Skip to content

Commit b7cdf57

Browse files
committed
fixed workflow and readme
1 parent 1109207 commit b7cdf57

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
env:
1212
PYTHON_VERSION: "3.12.3"
1313
COVERAGE_DIR: "coverage_reports"
14-
SUPABASE_URL: "https://dummy.supabase.co"
15-
SUPABASE_KEY: "dummy_test_key"
1614

1715
jobs:
1816
test:

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# Issue Classification Application
1+
# Issue Classification Application
22

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.
44

55
## Features
66

7-
- **Automated Issue Classification**: Classify issues as bug, enhancement, or question
7+
- **Automated Issue Classification**: Classify issues as bug, enhancement, or question.
88
- **Option to correct wrongly predicted category**: If the user thinks the prediction is incorrect, it can be changed.
9-
109
- **Multi-language Support**: Detects and validates issue language (English only)
1110
- **Supabase Integration**: Persistent storage and retrieval of classifications
1211
- **Prometheus Metrics**: Real-time monitoring of predictions and accuracy

0 commit comments

Comments
 (0)