This project leverages LLMs to assist Wikipedia editors in verifying the reliability of citations. The tool aims to address the challenge of over 500,000 "citation needed" tags on Wikipedia, enhancing editors' efficiency and improving the accuracy of information.
To set up this tool, follow these steps:
- Python 3.x
- pip
Install the required Python packages using pip:
pip install -r requirements.txtCreate a .env file in your project directory and include the following:
OPENAI_API_KEY=your_openai_api_key_hereReplace your_openai_api_key_here with your actual API key obtained from OpenAI.
Start the FastAPI server by running:
uvicorn main:app --reload- Open Chrome and navigate to chrome://extensions.
- Enable Developer Mode (top right).
- Click "Load unpacked" and select your extension directory.
- Test the extension by highlighting text in any webpage and using the defined shortcut (Ctrl+Shift+Y).