Rare find

Arxiv Sanity. A personalized paper discovery tool that learns what research interests you.

arxiv-sanity-lite.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2022
  • add thumbnails for papers, which apparently ppl like
January 2022
  • link to arxiv-sanity-lite instead of directly to arxiv
  • we will only send emails to serious users
December 2021
  • fix bug in script due to schema change of pids variable earlier
  • fix bug in pagination, clean up the approach a bit more
  • first version of pagination w00t w00t! it's a bit hacky i think, shou…
  • remove recommendation by default on / endpoint. this was causing some…
  • Merge branch 'ajdintrejic-master'
  • Merge branch 'master' of https://github.com/ajdintrejic/arxiv-sanity-…
  • change the way we recommend papers. we'll do it per tag instead of ju…
  • Made site a bit more mobile friendly
  • some sleep is good for you
  • when a user is logged in and hits the default endpoint '/' show recom…
  • kind of big changes here: we can now inspect & see the most positive …
  • hah don't crash if a user submits an invalid query, better to return …
  • add a secret GET argument svm_c that changes the C value in the SVM. …
  • list out the tags i think
  • adding the user account into the email, ty @Randl for the suggestion.…
  • print the total number of emails sent
  • add requirements.txt ty @Prakyathkantharaju and @e-tornike for help