Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 728 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 728 Bytes

Hello, welcome to arxiv-cc-ai-explorer! 👋

This is a sample Streamlit app to explore arXiv pre-prints of AI papers for Climate action.

You can see the current app running in action here.

  • To edit this app, firstly clone this repository:

git clone [email protected]:gereltuya/arxiv-cc-ai-explorer.git

  • Then install the requirements:

pip install -r requirements.txt

  • Add your experiments:

experiments.py

  • Import your experiments:

app.py

  • Run the app:

streamlit run app.py

  • Deploy the app here

You can see the current app in action here.

Enjoy!