Last active
December 26, 2015 14:49
-
-
Save agustinhaller/7168152 to your computer and use it in GitHub Desktop.
TC Hackathon LOG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - Create bitbucket repo | |
| - Researching what to do with the face detection and face recognition stuff, investigating opencv or any API. | |
| - Share repo to team mates | |
| - Create local environment | |
| - Initial push | |
| - Clone git repo in team mates computers | |
| - Create heroku app | |
| - Decided we are going to use Sky Biometry API for the face detection and face recognition part | |
| - Decided we are going to use php for the backend and lot of javascript for the frontend | |
| - We are NOT going to use flash for accessing the webcam, we are going to try something with javascript and WebRTC/getUserMedia, don't know which is the best library yet :( | |
| - Create postgreSQL instance in heroku app ("dbname=d5rvpd40jf1j1m host=ec2-54-221-198-206.compute-1.amazonaws.com port=5432 user=icbsgqrevxwote password=PRxmc4exWEoOZCog5fBrOfnhX4 sslmode=require") | |
| - Renaming heroku app | |
| - Invite team mates to heroku app | |
| - Heroku config done | |
| - Create skybiometry user with truly.am@startapplabs | |
| - Do some research about how to use skybiometry and do a flow mockup | |
| - Do somo mockups to illustrate the flow and validate the idea | |
| - Create a amazon s3 bucket | |
| - Create php base project | |
| - Investigate https://github.com/auduno/headtrackr for managing WebRTC/getUserMedia stuff, reference: http://auduno.github.io/headtrackr/documentation/reference.html | |
| - Inspired on http://auduno.tumblr.com/post/25125149521/head-tracking-with-webrtc | |
| - Do some test in order to check if headtracker.js is useful for us | |
| - Face detection with javascript working (thanks to headtrackr.js) | |
| - Working on some js to take snapshots from html5 video tag just after the face is detected | |
| - Snapshots done! | |
| - Uploading snapshots to amazon s3 done | |
| - skybiometric php API https://github.com/Liuftvafas/FCClientPHP in progress | |
| - Pair programming in order to fix bugs and integrate code | |
| - Integrating code | |
| - Starting front end work | |
| - Send confirmation mail in progress | |
| - Send confirmation mail done | |
| - Front end advanced | |
| - Making it pretty | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment