An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# NeuRIPS2019 App
Don't forget to leave a star⭐, if you enjoy this project.

https://neurips2019exploration.herokuapp.com/
![Screenshot of the app](imgs/2019-11-03-08-06-44.png)
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