Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.02 KB

CV-Paper-Statistics

A simple tool to visualize the main keywords of accepted papers for the recent Computer Vision conferences (CVPR 2019-2022、ICCV 2019 & 2021、ECCV 2020 & 2022).

Inspired by ICLR2019-OpenReviewData and CVPR-2019-Paper-Statistics

Prerequisites

pandas
plotly
dash
nltk

CV Paper Keywords statistics

Keywords are sorted in descending order:

Usage

Step 1. Clone the project and install relevant packages:

git clone [email protected]:ycmin95/CVPaperStatistics.git
cd ./CVPaperStatistics
pip install -r requirements.txt

Step 2. Run the app:

python app.py

Step 3. Connect to the Plotly-Dash app 127.0.0.1:8050 in the browser (or ServerIP:SperificePort)