This work was started during @ugisharon's Internship at IBM Research Africa
# Proof of Concept Visual Inspection Testbed
This presumes that tensorflow has been installed on your machine.
It is recommended to create a virtual environment before following the steps below.
### Usage
This code creates a clock inspection environment
```bash
pip3 install -r requirements.txt
```
In the same terminal, you should be able to then run
```bash
cd source
python3 webservice.py
```
In the different terminal, you should be able to then run, and place clocks in the right half of the screen.
```bash
cd source
python3 clocks_detection.py
```
If everything went well, when you point your browser to
127.0.0.1, you should see something like:
This assumes that you kept the default settings for the webservice.