Spaces:
Sleeping
Sleeping
CHAIMA commited on
Commit ·
d21ba6e
1
Parent(s): 4f4a181
Add configuration metadata
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: UnthAI Backend
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# UnthAI Backend
|
| 12 |
+
|
| 13 |
+
This is the backend for the UnthAI Reputation Management platform.
|
| 14 |
+
- **Framework**: FastAPI
|
| 15 |
+
- **Model**: Dziribert ABSA (PyTorch)
|
| 16 |
+
- **Deployment**: Docker container
|