Skip to content

aira/aira-vision-sim

Repository files navigation

Aira Vision Simulator

Swift Version License PRs Welcome Itunes App Store

Aira vision simulator helps people understand what kind of blindnesses exist. It simulates the blindness using the camera, so you can get a feel for how blind people see. We also provide details about each disease.

Here's more about us and our mission https://aira.io/

Usage

Use the Disease model to add new diseases.

  • Name of disease (title)
  • Description (description)
  • Areas of the eye affected (areasAffected)
  • Inherited or not (inherited)
  • Sources for the information (sources)
  • Core Aspects of the disease (keyFacts)
init(title:String, description:String, areasAffected:String, people:String, inherited:Bool, sources:String, keyFacts:String) {}

Requirements

  • iOS 8.0+
  • Xcode 8.0+

Installation

Download the repository and click run.

License

Copyright 2017 Aira Tech Corp.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.