Using a trained Keras model, detect and count HGV's using Satellite Imagery
These instructions will get you a copy of the project up and running on your local machine fSee deployment for notes on how to deploy the project on a live system.
Clone the Repository
$ git clone https://github.com/MK-NG/sat_hgv
Navigate to the correct Directory.
Set up a Virtual Environment to Install the Requirements.
$ mkvirtualenv env
Access the Virtual Envorionment
$ workon env
Install the requirements
$ pip install -r requirements.txt
Once the requirements are installed, run the app.py from the terminal.
$ python app.py
The App will now be running on your local host. To access this, go to