Spaces:
Runtime error
Runtime error
updated readme
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Research Paper Assistant
|
2 |
|
3 |
A tool for researchers to:
|
@@ -6,13 +17,4 @@ A tool for researchers to:
|
|
6 |
- Check grammar
|
7 |
- Detect plagiarism
|
8 |
|
9 |
-
Built with Hugging Face Transformers and Sentence-BERT.
|
10 |
-
|
11 |
-
## Features
|
12 |
-
|
13 |
-
- **Summarizer**: Uses BART-based model to condense long texts.
|
14 |
-
- **Title Generator**: Generates academic-style titles based on abstracts.
|
15 |
-
- **Grammar Checker**: Powered by LanguageTool.
|
16 |
-
- **Plagiarism Detector**: Compares similarity using SBERT embeddings.
|
17 |
-
|
18 |
-
Use cases: Academic writing, editing, peer review prep.
|
|
|
1 |
+
---
|
2 |
+
title: Research Assistant
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Research Paper Assistant
|
13 |
|
14 |
A tool for researchers to:
|
|
|
17 |
- Check grammar
|
18 |
- Detect plagiarism
|
19 |
|
20 |
+
Built with Hugging Face Transformers and Sentence-BERT.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|