| # 𧬠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 | |