Project Title: Climate Change Analysis in West Africa: Forecasting Temperature Trends for Enhanced Resilience
This Streamlit web application uses a Vector AutoRegression (VAR) model to predict the average temperature of weather stations across wWest Africa
You can access the live demo of the app here: Weather Station Prediction App
Before using the app locally, make sure you have the following installed:
Follow these steps to use the app:
- Clone the GitHub repository on your local machine.
git clone https://github.com/Gbekoilias/Eonflux_Capstone_Project_HDSC_FALL_23.git
- Change your working directory to the cloned repository.
cd eonflux
- Install the required libraries using pip.
pip install -r requirements.txt
- Run the app locally using Streamlit.
streamlit run app.py
- Access the app in your web browser at
http://localhost:8501