Running Climsight
Change to the climsight folder:
cd climsight
streamlit run src/climsight/climsight.py
If you install climsight via pip, make sure to run it in the directory where the data folder has been downloaded:
climsight
The browser window should pop up, with the app running. Ask the questions and don’t forget to press “Generate”.
If you do not have an OpenAI key but want to test Climsight without sending requests to OpenAI, you can run Climsight with the skipLLMCall argument:
streamlit run src/climsight/climsight.py skipLLMCall