AI-powered academic citation generator
AutoCitation is an agent that 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.
- Python 3.9 or higher
- Google Gemini API key
-
Clone the repository
-
Install the required dependencies:
pip install -r requirements.txt
python autocitation.py
This will start a Gradio web interface.
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.
This project is open source and available under the Creative Commons Attribution-NonCommercial 4.0 International License.