Update README.md
Browse files
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 |
+
|