Giter VIP home page Giter VIP logo

paperexplorer's Introduction

ML Paper Explorer

I created this small repo to make it easier to stay up-to-date with research in ML. It uses the paper recommendations posted (almost) daily on huggingface.co/papers (Thanks a lot to AK) and stores all of them in papers.json. A simple web interface allows searching all recommended papers, sorting them by upvotes (from huggingface) or date. You can also select papers by arxiv tag by clicking on the tags below the author list.

Try it out on https://mlpapers.netlify.app/.

Features

  • Web interface for keyword search within the paper titles, abstracts, tags and authors.
  • Sort papers by publication date or number of upvotes.
  • Define a date range with start and end date
  • Select arxiv tags or authors by clicking on them
  • Combine search queries with a semicolon
  • The paper list gets updated daily and upvotes get updated every sunday (see branch "uptodate")

How-to run locally

Clone the repository and install the requirements:

git clone https://github.com/mwoedlinger/HuggingfacePapersViewer.git
cd HuggingfacePapersViewer
pip install -r requirements.txt

Search papers with the web interface:

python -m http.server

Open a browser and go to http://localhost:8000 to see the web interface.

You can manually update the papers.json file with update_papers.py

python update_papers.py --start_date YYYY-MM-DD

which updates the papers.json file with all papers posted since YYYY-MM-DD (you can also specify an end date with --end_date if you are only interested in papers between two specific dates). This might take a moment (took me around 5 seconds per day).

Updating the upvotes alone can be done with update_votes.py.

paperexplorer's People

Contributors

actions-user avatar mwoedlinger avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.