An open API service indexing awesome lists of open source software.

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

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).

![Screenshot](screenshot.png)

#### 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