AutoCitation / README.md
yipengsun's picture
Update README.md
39da4f4 verified
|
raw
history blame
1.68 kB
metadata
title: AutoCitation
emoji: πŸ†
colorFrom: green
colorTo: pink
sdk: gradio
sdk_version: 5.8.0
app_file: app.py
pinned: false
license: cc-by-nc-4.0
short_description: Helps you find revelent citations for your content

πŸ“š AutoCitation

Python 3.9+ License: GPL v3

AI-powered academic citation generator

AutoCitation automatically analyzes your text content and generates relevant academic citations from arXiv and Crossref 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.

πŸŽ‰ Demo

AutoCitation Demo

πŸš€ Getting Started

Prerequisites

Installation

  1. Clone the repository

  2. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

python autocitation.py

This will start a Gradio web interface.

Acknowledgements

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.

License

This project is open source and available under the GNU General Public License v3.0 (GPLv3) License.