gradsyntax commited on
Commit
9f44610
Β·
verified Β·
1 Parent(s): 877e17f

updated readme

Browse files
Files changed (1) hide show
  1. README.md +12 -10
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.