Awesome paperreview created by AdityaNG
Project description
paperreview
A python module to help read and summarize research papers.
Install it from PyPI
pip install paperreview
Usage
from paperreview.constants import Q_SUMMARY
from paperreview.helper import (
extract_text_from_pdf,
ask_paper_text
)
text = extract_text_from_pdf(pdf_path)
question = Q_SUMMARY
answer = ask_paper_text(text, question)
$ python3 -m paperreview https://arxiv.org/pdf/1706.03762.pdf
#or
$ paperreview https://arxiv.org/pdf/1706.03762.pdf
Development
Read the CONTRIBUTING.md file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
paperreview-0.1.0.tar.gz
(6.5 kB
view details)
Built Distribution
File details
Details for the file paperreview-0.1.0.tar.gz
.
File metadata
- Download URL: paperreview-0.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42f98a1d88ac8cc6db638118cc80408c59bcf07461e2e877780e2cf944ed4965 |
|
MD5 | 9cc854714aff77cf317920c3b2e155fe |
|
BLAKE2b-256 | 58b1502dac3c8b81d09d991c2594d47c8a817532315802fadefb4434b51525b1 |
Provenance
File details
Details for the file paperreview-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: paperreview-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5b121c99d43f90cc92764fd2e1c2cc6807b37f719714651f81633a0a3904954 |
|
MD5 | 9aeef24f0d631c22c15b89f2a6f71684 |
|
BLAKE2b-256 | e1dd966b6f507fcda39621c76bfa0fd87ae0e68de5883f84566166b2aa697db5 |