Statistics, Paper Links and Visualizations of Machine Learning Conferences
- Python 3.6+
- Create a virtual environment and install dependencies:
python3 -m venv conference-viz
source conference-viz/bin/activate
pip install -r requirements.txt
Run this from root folder:
python crawlers/<conference>.py
Open generate_links_and_stats.ipynb for doing the same.
- Clone the repository and run the following to run UI:
cd frontend
npm install
npm start
- For building
npm run build
- For running tests
npm run test
- For formatting code
npm run format
Thanks to Joohong Lee for inspiring via his works: ACL and EMNLP