Overview

What is JEFFRIS

JEFFRIS is an acronym for:
Just
Evaluatory
Float
Flying
Reeled
Imaging
System
The project involves students taking aerial images by mounting a Raspberry Pi onto a kite. These images are later put on a MongoDB databased and later processed using OpenCV in Python. Finally, the images are processed using a Flask application.

Prerequisites

To complete this project, you will need to have the following:

  • A github account
  • git or git bash (Github Desktop can be used alongside git bash)
  • PuTTY (Windows only) or SSH

Get started by downloading the template code.

Download the Code

Because this project is completed by a team of students, each aspect of the project’s code (below) is stored on a Github repository. This …

Repository Configurations

To properly set up your github repositories, you will need to set the MIT code repositories as your upstreams. While the origin repository …

Git Workflow

Git is a very efficient program that helps manage project development. Although it may seem complicating at first, all of its features are …