https://github.com/ppintosilva/smart-cameras
https://github.com/ppintosilva/smart-cameras
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppintosilva/smart-cameras
- Owner: ppintosilva
- License: mit
- Created: 2016-12-03T13:47:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T12:42:04.000Z (over 8 years ago)
- Last Synced: 2025-01-23T07:26:16.906Z (4 months ago)
- Language: Python
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart Cities: Speed Cameras
#### *CSC8110 - Cloud Computing Coursework @*
#### *Newcastle University*
----## Installation
In the same directory as this README file, do:
```
pip install -e .
```
Preferably run this in a separate virtualenv.
If using virtualenvwrapper, just call this before pip install:
```
mkvirtualenv test
```## Functionality location
#### Task 1
Files:
```
smartcameras/speedcamera.py
smartcameras/vehicle.py
smartcameras/cloudhook.py
smartcameras/azurehook.py
```
Classes:
```
SpeedCamera
Vehicle
CloudHook
AzureHook
```#### Task 2 through 5
Files:
```
smartcameras/subscriber.py
smartcameras/storagehandler.py
```
Classes:
```
AzureSubscriber
PersistentSubscriber
CameraRegister
VehicleRegister
PoliceMonitor
VehicleInspector
```#### Demo Scripts
Directory:
```
bin/
```*Pedro Pinto da Silva*