Skip to content

Transfinity/MHacks_Iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MHacks_Iris

Fuckin da best!!!!!

Setup

Necessary Resources:

2 webcams for the helmet.
Access to Amazon AWS.

Steps to get up and running:
  1. Setup the AWS resources:
python aws/setup.py
python mysql/setup.py
  1. Start the OCR server and node.js webserver on EC2:
ssh -i keypair ubuntu@ec2-instance

(on the ec2-instance)

git clone git://github.com/Transfinity/MHacks_Iris.git
cd MHacks_Iris/
nohup python aws/ocr_server.py
cd webserver/
nohup sudo node app.js
  1. Run the helmet:
python main.py

Libraries and Tools:

For Opencv:

python-opencv
opencv

For Twitter Access:

python-twitter
python-httplib2
python-oauth2
python-simplejson

For OCR:

tesseract-ocr
python-tesseract (see Install instructions)

For AWS Resources access:

python-boto

For the webapp:

node.js twitter-bootstrap