user1729's picture
Resolved README conflict during merge with Hugging Face
94ac0b4
# 🧬 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