user1729 commited on
Commit
19be0b2
·
unverified ·
1 Parent(s): eb83f7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # API for Cancer Extraction and Classification using finetuned BiomedBERT
2
+
3
+ **Author:** Rahul Nair
4
+
5
+ **Last Modified:** 30-05-2025
6
+
7
+ <br><br>
8
+
9
+ ## Overview
10
+
11
+ The objective here is to classify research paper abstracts (text-classification) in to two classes (binary classification) cancer vs non-cancer. Also, extract specific cases of cancer from these paper abstracts.
12
+
13
+ <br><br>
14
+
15
+ ## RUN API:
16
+
17
+ ```
18
+ bash deploy.sh
19
+ ```
20
+
21
+ <br><br>
22
+
23
+