Resolved README conflict during merge with Hugging Face
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
# Cancer Classification & Extraction API
|
| 2 |
|
| 3 |
-
This
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 🧬 Cancer Classification & Extraction API
|
| 2 |
|
| 3 |
+
This Hugging Face Space runs a FastAPI-based REST API for:
|
| 4 |
+
|
| 5 |
+
- ✅ Document classification (Cancer-related or not)
|
| 6 |
+
- ✅ Named Entity Recognition (e.g., cancer type, biomarkers)
|
| 7 |
+
|
| 8 |
+
## 🚀 Usage
|
| 9 |
+
|
| 10 |
+
Once deployed, the API will be available at: https://huggingface.co/spaces/user1729/cancer_classify_extract-api
|
| 11 |
+
|
| 12 |
+
Use `/predict` for classification or `/extract` for entity extraction.
|
| 13 |
+
|
| 14 |
+
## 🛠️ Powered by
|
| 15 |
+
|
| 16 |
+
- FastAPI
|
| 17 |
+
- Transformers (e.g., BioBERT)
|
| 18 |
+
- Docker
|