https://github.com/noklam/neurips2019exploration
a simple app made for better explore the papers of NeuRIPS 2019
https://github.com/noklam/neurips2019exploration
streamlit
Last synced: about 1 year ago
JSON representation
a simple app made for better explore the papers of NeuRIPS 2019
- Host: GitHub
- URL: https://github.com/noklam/neurips2019exploration
- Owner: noklam
- Created: 2019-10-27T10:09:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T20:34:41.000Z (about 4 years ago)
- Last Synced: 2025-03-29T16:03:26.723Z (about 1 year ago)
- Topics: streamlit
- Language: HTML
- Homepage:
- Size: 11 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeuRIPS2019 App
Don't forget to leave a star⭐, if you enjoy this project.
https://neurips2019exploration.herokuapp.com/

Medium:
https://medium.com/@nokkk
https://neurips2019exploration.ml
This is an app for exploring the papers of NeuRIPS 2019. With only 1 month to go, it is impossible to read all the papers. I found that the official site is not very helpful for exploration, so I build this mini-app for better exploration.
# Tools
* Heroku (For deployment)
* streamlit (the app)
* pandas, request and beautifulsoup4 for parsing the information
* https://my.freenom.com/ (for the free domain name of the site)
* Google Universal Sentence Encoder for similiarity score
# Resource:
To deploy a streamlit app with Heroku, I found this blog post is very useful for a newbie to Heroku & streamlit:
https://towardsdatascience.com/how-to-build-your-machine-learning-app-in-3-simple-steps-d56ed910355c