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

updated readme

Browse files
Files changed (1) hide show
  1. README.md +18 -14
README.md CHANGED
@@ -1,14 +1,18 @@
1
- ---
2
- title: Research Assistant
3
- emoji: 🐨
4
- colorFrom: yellow
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.35.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Helping Researchers throughout their academic journey
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
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.