Project overview
CS-161: Software Project
Instructor: Rob Bruce
Spring 2016

SLIDE 1: CS-161: Goals and Objectives

Create a computer vision pipeline for face detection using:

  • systems programming tools
  • Postgres relational database management system
  • open source software and libraries (GNU/Linux, Postgres, FFMPEG, STASM, OpenCV, Apache, etc.)

SLIDE 2: CS-161 Pipeline Overview

  • All tools are command line based
  • Each tool writes its output to database

Advantages:

  • modular and scalable
  • tools can be integrated into a web server

SLIDE 3: Project demo

The video below is an example of what your final project will look like.