https://github.com/altrohit/paper-graph
Research Paper Exploration Tool like Connectedpapers and Litmaps but on your system
https://github.com/altrohit/paper-graph
connected-papers litmaps python3 tools
Last synced: about 2 months ago
JSON representation
Research Paper Exploration Tool like Connectedpapers and Litmaps but on your system
- Host: GitHub
- URL: https://github.com/altrohit/paper-graph
- Owner: altrohit
- License: apache-2.0
- Created: 2025-02-07T20:36:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T16:24:20.000Z (3 months ago)
- Last Synced: 2025-03-05T17:38:00.604Z (3 months ago)
- Topics: connected-papers, litmaps, python3, tools
- Language: Python
- Homepage:
- Size: 569 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Research Paper Exploration Tool
## Features
- Fetch paper details using DOI
- Generate network graph of related papers
- CLI interface for easy interaction
- JSON data storage## Setup
1. Clone the repository
2. Create virtual environment
3. Install dependencies: `pip install -r requirements.txt`## Usage
```bash
python main.py 10.1000/example_doi
```## TODO
- [ ] Explore OpenAlex API
- [ ] Explore Unpaywall