user1729 commited on
Commit
94ac0b4
·
1 Parent(s): f6686a0

Resolved README conflict during merge with Hugging Face

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -1,3 +1,18 @@
1
- # Cancer Classification & Extraction API
2
 
3
- This repo uses FastAPI to serve cancer-related document classification and entity extraction.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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