/IoT-weather-prediction-system

IoT weather prediction system using Python-flask-modelling with ML algorithm and hosting on firebase.

Primary LanguageHTML

Steps on how to run:

  1. Create virtual environment
python -m venv .venv
  1. Activate the virtual environment
  2. Install the dependencies
pip install -r requirements.txt
  1. Run the project
flask run