Add Hugging Face Spaces configuration
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# π Academic Paper Classifier
|
2 |
|
3 |
This Streamlit application helps classify academic papers into different categories using a BERT-based model.
|
|
|
1 |
+
---
|
2 |
+
title: Paper Classifier
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.32.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# π Academic Paper Classifier
|
13 |
|
14 |
This Streamlit application helps classify academic papers into different categories using a BERT-based model.
|