You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daryl Sew edited this page Jul 7, 2014
·
4 revisions
Overview:
├── app.py - serves the app with the Flask webframework
├── README.md
├── static
│ ├── assets - to hold any images we have
│ ├── css - to hold any stylesheets we have
│ └── js
│ ├── audio - files associated with recording audio
│ │ ├── audiodisplay.js
│ │ ├── main.js
│ │ ├── recorder.js
│ │ └── recorderWorker.js
│ └── map - files associated with the heatmap drawing
│ └── main.js
└── templates
├── index.html - will have a login screen soon
├── map.html - html placeholders for google maps api + heatmap overlay
└── recorder.html - screen that deals with audio recording
Documentation still under way.. anyhow, deployment: python app.py * Running on http://127.0.0``.1:9999/