Welcome to the Weather Forecast application! This app provides weather predictions for a specified city, allowing users to explore temperature trends and sky conditions for the next few days.
Make sure you have Python installed on your machine.
-
Clone the repository:
git clone https://github.com/i-am-faith/weather-forecast.git
-
Navigate to the project directory:
cd weather-forecast
-
Install dependencies:
pip install -r requirements.txt
Open your terminal and run the following command:
streamlit run main.py
## Access the app locally through the following URL:
## Local URL: http://localhost:8501