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