Steps to run locally:
- Clone the repository (git clone https://github.com/Vaibhavdixit02/climate-hack.git)
- Open the directory in terminal
- Instantiate virtual environment (or don't, but recommended) (python3 -m venv venv source venv/bin/activate)
- Run: pip install -r requirements.txt
- Run: streamlit run app.py