#53 · Primary category: AI Content Readers & Aggregators

arxiv-sanity-lite

arxiv deep-learning flask machine-learning

arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.

Project last updated:06/19/23

GitHub Stars

1.7K

Forks

209

Contributors

2

License

MIT

Why we included this project

Keeping up with the daily flood of new machine learning papers on arXiv is genuinely hard, and this project attacks that problem directly. It periodically pulls new papers from the arXiv API, then lets you tag the ones you care about and get similar-paper recommendations computed with SVMs over TF-IDF vectors of the abstracts. The bundled Flask web UI handles searching and ranking the results, and an optional cron job emails you daily suggestions for each tag. It is a deliberately small, lightweight re-write of the older arxiv-sanity, which makes it practical to run your own instance on a cheap VPS and index tens of thousands of papers. Anyone who wants a personal, self-hosted research radar without relying on a third-party service will find this a straightforward, hackable foundation.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category