Server side for application predicting clouds type based on photos. Method developed here.
- Keras
- Flask
- OpenCV
Prerequisite: Python3 installed and environment created and activated.
pip install -r requirements.txt
flask runThe app will run at at http://localhost:5000. Next step is to run client.