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