https://github.com/4rnv/iori
Simplifying and explaining research papers.
https://github.com/4rnv/iori
gemini research-paper-explanation
Last synced: 10 days ago
JSON representation
Simplifying and explaining research papers.
- Host: GitHub
- URL: https://github.com/4rnv/iori
- Owner: 4rnv
- Created: 2025-04-30T17:17:04.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2025-05-06T18:03:08.000Z (12 days ago)
- Last Synced: 2025-05-08T19:03:49.468Z (10 days ago)
- Topics: gemini, research-paper-explanation
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Research Paper Distiller
A research paper summarization tool that generates comprehensive, accessible explanations of academic papers from arxiv.org. Helps develop foundational understanding by simplifying obfuscated academia-speak. Recommends additional resources related to the topic.
Requires a Google Gemini API key.
## Installation and Usage
- Clone this repo using `git clone https://github.com/4rnv/Iori.git`.
- Unzip and set up a virtual environment using `python -m venv `.
- Add a .env file to the root of your folder. Add a variable named GOOGLE_API_KEY and give your API key as the value.
- Run `pip install -r requirements.txt`.
- For CLI interface run `python main.py`. You will have to pass the file path as an argument.
- For gradio GUI run `gradio app.py`. Then upload the file or link to the paper on arxiv.org.