Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Fintech Review Classifier
|
| 3 |
+
emoji: 🏦
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Fintech Review Category Classifier
|
| 11 |
+
|
| 12 |
+
An AI-powered multi-label text classification system that automatically categorizes customer reviews into relevant categories for fintech applications.
|
| 13 |
+
|
| 14 |
+
## Features
|
| 15 |
+
|
| 16 |
+
- Real-time classification of customer reviews
|
| 17 |
+
- Multi-label support (one review can belong to multiple categories)
|
| 18 |
+
- 16 predefined categories including:
|
| 19 |
+
- Account Registration
|
| 20 |
+
- App Installation Issues
|
| 21 |
+
- App crashes or Slow
|
| 22 |
+
- Login & Account Access
|
| 23 |
+
- Transaction Issues
|
| 24 |
+
- And more...
|
| 25 |
+
|
| 26 |
+
## Usage
|
| 27 |
+
|
| 28 |
+
Simply enter a customer review in the text area and click "Classify Review" to see the predicted categories.
|
| 29 |
+
|
| 30 |
+
## Tech Stack
|
| 31 |
+
|
| 32 |
+
- **Backend**: Flask (Python)
|
| 33 |
+
- **Model**: Transformer-based sequence classification
|
| 34 |
+
- **Deployment**: Docker on Hugging Face Spaces
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
Made with ❤️ by Adediran Adeyemi
|