Spaces:
Runtime error
Runtime error
gamingflexer
commited on
Commit
•
0b80008
1
Parent(s):
cd8196e
Base Read Me added
Browse files
README.md
CHANGED
@@ -1,2 +1,35 @@
|
|
1 |
-
#
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Arxiv Plagiarism Checker LLM
|
2 |
+
|
3 |
+
Arxiv author's plagiarism check just by entering the arxiv author
|
4 |
+
|
5 |
+
## Demo UI
|
6 |
+
|
7 |
+
![Demo Image](images/demo_ui.png)
|
8 |
+
|
9 |
+
|
10 |
+
## Docs
|
11 |
+
|
12 |
+
### Research Points
|
13 |
+
|
14 |
+
-
|
15 |
+
|
16 |
+
----
|
17 |
+
|
18 |
+
## Requirements
|
19 |
+
|
20 |
+
- Python 3.9+
|
21 |
+
- Gradio
|
22 |
+
- GPT Keys
|
23 |
+
- Grammarly API
|
24 |
+
|
25 |
+
## Installation
|
26 |
+
|
27 |
+
```bash
|
28 |
+
|
29 |
+
```
|
30 |
+
|
31 |
+
## Usage
|
32 |
+
|
33 |
+
```python
|
34 |
+
|
35 |
+
```
|