To run the web application :
git clone this repository to your local machine using the command below :
git clone https://github.com/tkokkeng/DeployEnhancerModel
You need to have python 3 and tensorflow installed on your machine. Install all the required python package dependencies using the command below :
pip install -r requirements.txt
Run the web server (the web server provided by Flask is not meant for production use) and Flask application using the command below :
python3 manage.py runserver
Open a web browser and enter the following url : localhost:5000
You should see the following window.