picstat.py - A simple on/off switch for picup
picuphost.py - This is the flask website script
removepics.py - This is a script that you can use to remove images from your upload page.

The static directory is where you place the pictures to be
displayed on your pi localy from the index.html file in templates.

The templates directory is where the flask server will get your html
files to display to the browser.

The local directory contains the .sh files used to start up picup pi
mountusb.sh can be used to mount a usb stick if needed.
picup.sh is the file which captures the image and uploads it to your web directory via ftp.
websvc.sh is the .sh to start flask web service daemon at startup.