yipengsun commited on
Commit
6252af5
Β·
verified Β·
1 Parent(s): 3ae2ce5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -46
README.md CHANGED
@@ -10,49 +10,3 @@ pinned: false
10
  license: cc-by-nc-4.0
11
  short_description: Helps you find revelent citations for your content
12
  ---
13
-
14
- # πŸ“š AutoCitation
15
-
16
- [![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
17
- [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
18
-
19
- > AI-powered academic citation generator
20
-
21
- AutoCitation automatically analyzes your text content and generates relevant academic citations from [arXiv](https://arxiv.org/) and [Crossref](https://www.crossref.org/) databases using Google `gemini-1.5-flash`. It then integrates the citations into your text using LaTeX `\cite{}` citation commands and return the cooresponding BibTeX entries.
22
-
23
- ## πŸŽ‰ Demo
24
-
25
- ![AutoCitation Demo](example.png)
26
-
27
- ## πŸš€ Getting Started
28
-
29
- ### Prerequisites
30
-
31
- - Python 3.9 or higher
32
- - [Google Gemini API key](https://ai.google.dev/)
33
-
34
- ### Installation
35
-
36
- 1. Clone the repository
37
- 2. Install the required dependencies:
38
-
39
- ```bash
40
- pip install -r requirements.txt
41
- ```
42
-
43
- ## Usage
44
-
45
- ```bash
46
- python autocitation.py
47
- ```
48
-
49
- This will start a Gradio web interface.
50
-
51
- ## Acknowledgements
52
-
53
- AI can be a powerful tool for finding citations, but it is important to verify the results and ensure that the citations are accurate and appropriate. This tool is intended to assist with the citation process, but it is not a substitute for careful research and review of the sources.
54
-
55
- ## License
56
-
57
- This project is open source and available under the [GNU General Public License v3.0 (GPLv3) License](LICENSE).
58
-
 
10
  license: cc-by-nc-4.0
11
  short_description: Helps you find revelent citations for your content
12
  ---