/Weather_Prediction

A basic flask web app that takes data from different API's and uses ML to predict the weather.

Primary LanguagePython

To install and run:

  1. Create a Python virtual environment using the following command: "python -m venv ENV_NAME"

  2. Run the venv using the following command: "ENV_NAME/Scripts/activate"

  3. Inside the repo folder, run: "pip install -r requirements.txt"

  4. Run the application using the following command: "flask run"