Skip to content

e-tornike/openreviewexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues


OpenReview Explorer Plus

An explorer for OpenReview papers.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

Product Name Screen Shot

This is a simple explorer for OpenReview papers. It is inspired by the Open Review Explorer from Chillee, but has a few unique features on top:

  • TL;DR summaries are generated using BART
  • Many more venues are included (e.g., NeurIPS, ACL, AAAI), and in total over 28k papers

The interface allows you to search across titles/TL;DRs/keywords and list up to 100 elements at once,

Getting Started

Once you have installed all dependencies and started the web app, you can navigate to http://localhost:8000.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/e-tornike/openreviewexplorer.git
  2. Create and activate a virtual environment
    python3 -m venv venv
    source /venv/bin/activate
  3. Install python packages
    pip install -r requirements.txt

Usage

Run the application on a specified port (e.g., port 8000) and navigate to http://localhost:5000:

  flask --app app run

License

MIT license. See LICENSE for more information.

Contact

Tornike Tsereteli - [email protected]

About

A Flask app to explore OpenReview papers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published