https://github.com/nalinbhardwaj/eprint-sanity
ePrint Sanity: Better browser, tagger and recommender for IACR ePrint
https://github.com/nalinbhardwaj/eprint-sanity
eprints
Last synced: 11 days ago
JSON representation
ePrint Sanity: Better browser, tagger and recommender for IACR ePrint
- Host: GitHub
- URL: https://github.com/nalinbhardwaj/eprint-sanity
- Owner: nalinbhardwaj
- License: mit
- Created: 2022-11-29T09:45:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T03:08:57.000Z (over 2 years ago)
- Last Synced: 2025-04-22T14:09:52.301Z (11 days ago)
- Topics: eprints
- Language: Python
- Homepage: https://eprint-sanity.com
- Size: 1.51 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [ePrint Sanity](https://eprint-sanity.com)
ePrint Sanity is a web interface that attempts to tame the overwhelming flood of papers on IACR Cryptology ePrint Archive. It allows researchers to keep track of recent papers, search for papers, sort papers by similarity to any paper, see recent popular papers, to add papers to a personal library, and to get personalized recommendations of (new or old) ePrint papers. This is a fork of [@karpathy](https://twitter.com/karpathy)'s [ePrint Sanity](https://arxiv-sanity-lite.com).
I am running a live version of this code on [eprint-sanity.com](eprint-sanity.com).

#### To run
To run, use `make fun` periodically and `make up` to host the server.
#### Requirements
Install via requirements, recommend a venv:
```bash
pip install -r requirements.txt
```#### Todos
- The metas table should not be a sqlitedict but a proper sqlite table, for efficiency
- Build a reverse index to support faster search, right now we iterate through the entire database#### License
MIT