From f85dfb0b2aa0c6da3b00f8c8e4631e841118197d Mon Sep 17 00:00:00 2001 From: Chukwuemeka Jude Chukwu Date: Thu, 14 Dec 2023 09:53:17 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f7d9a0..78dcc97 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# Argocd Team +# Forecasting Economic Gap of Developing Countries + +This Streamlit app demonstrates time series forecasting using the ARIMA (AutoRegressive Integrated Moving Average) model. The application focuses on predicting the economic gap (GDP difference) of developing countries based on historical data. + +## Setup + +Before running the app, ensure you have the required libraries installed. You can install them using the following command: + +```bash +pip install -r requirements.txt