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: 4 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T16:24:20.000Z (over 1 year ago)
- Last Synced: 2025-10-03T22:50:01.603Z (9 months ago)
- Topics: connected-papers, litmaps, python3, tools
- Language: Python
- Homepage:
- Size: 569 KB
- Stars: 2
- 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