Spaces:
Runtime error
Runtime error
updated readme
Browse files
README.md
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# Research Paper Assistant
|
2 |
+
|
3 |
+
A tool for researchers to:
|
4 |
+
- Summarize papers
|
5 |
+
- Generate paper titles
|
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.
|