├── ASLCoordinateDictionary.py ├── LICENSE ├── README.md ├── app.py ├── recordingTest.mp3 ├── static ├── css │ └── styles.css ├── img │ ├── devpost-icon.svg │ ├── favicon.ico │ └── github-icon.svg ├── js │ ├── main.js │ └── postHandler.js └── json │ └── reference.json ├── templates └── index.html ├── wildfireNews.mp3 └── word videos ├── about.mp4 ├── all.mp4 ├── back.mp4 ├── been.mp4 ├── canadian.mp4 ├── country.mp4 ├── from.mp4 ├── getting.mp4 ├── here.mp4 ├── is.mp4 ├── morning.mp4 ├── much.mp4 ├── right.mp4 ├── smoke.mp4 ├── smother.mp4 ├── so.mp4 ├── still.mp4 ├── talk.mp4 ├── that.mp4 ├── the.mp4 ├── this.mp4 ├── to.mp4 ├── we.mp4 ├── weather.mp4 └── wildfire.mp4 /ASLCoordinateDictionary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/ASLCoordinateDictionary.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/app.py -------------------------------------------------------------------------------- /recordingTest.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/recordingTest.mp3 -------------------------------------------------------------------------------- /static/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/static/css/styles.css -------------------------------------------------------------------------------- /static/img/devpost-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/static/img/devpost-icon.svg -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/github-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/static/img/github-icon.svg -------------------------------------------------------------------------------- /static/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/static/js/main.js -------------------------------------------------------------------------------- /static/js/postHandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/static/js/postHandler.js -------------------------------------------------------------------------------- /static/json/reference.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/static/json/reference.json -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/templates/index.html -------------------------------------------------------------------------------- /wildfireNews.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/wildfireNews.mp3 -------------------------------------------------------------------------------- /word videos/about.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/about.mp4 -------------------------------------------------------------------------------- /word videos/all.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/all.mp4 -------------------------------------------------------------------------------- /word videos/back.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/back.mp4 -------------------------------------------------------------------------------- /word videos/been.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/been.mp4 -------------------------------------------------------------------------------- /word videos/canadian.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/canadian.mp4 -------------------------------------------------------------------------------- /word videos/country.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/country.mp4 -------------------------------------------------------------------------------- /word videos/from.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/from.mp4 -------------------------------------------------------------------------------- /word videos/getting.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/getting.mp4 -------------------------------------------------------------------------------- /word videos/here.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/here.mp4 -------------------------------------------------------------------------------- /word videos/is.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/is.mp4 -------------------------------------------------------------------------------- /word videos/morning.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/morning.mp4 -------------------------------------------------------------------------------- /word videos/much.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/much.mp4 -------------------------------------------------------------------------------- /word videos/right.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/right.mp4 -------------------------------------------------------------------------------- /word videos/smoke.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/smoke.mp4 -------------------------------------------------------------------------------- /word videos/smother.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/smother.mp4 -------------------------------------------------------------------------------- /word videos/so.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/so.mp4 -------------------------------------------------------------------------------- /word videos/still.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/still.mp4 -------------------------------------------------------------------------------- /word videos/talk.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/talk.mp4 -------------------------------------------------------------------------------- /word videos/that.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/that.mp4 -------------------------------------------------------------------------------- /word videos/the.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/the.mp4 -------------------------------------------------------------------------------- /word videos/this.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/this.mp4 -------------------------------------------------------------------------------- /word videos/to.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/to.mp4 -------------------------------------------------------------------------------- /word videos/we.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/we.mp4 -------------------------------------------------------------------------------- /word videos/weather.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/weather.mp4 -------------------------------------------------------------------------------- /word videos/wildfire.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tan-ad/SignWave/HEAD/word videos/wildfire.mp4 --------------------------------------------------------------------------------