Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.3 KB

PicSure

PicSure uses special hardware to ensure pictures have never been manipulated.

Team Drop Table's submission for CU Big Data class final project.

Presentation Slides and Video Demo

Project Components

Service Description
API Our project's backend. It is the endpoint that both the cameras and image viewers talk to.
Camera Simulator An application that simulates the physical hardware our project would contain if we weren't in a software class.
Image Viewer An application that lets users view an image and tells them if the image has been modified in some way.
Shared Library A shared library that contains common code for hashing images and interfacing with the backend API.

Teammates