Home - weiks/recordrtc-react GitHub Wiki
How to set up the Lambda server
Install Sox:
- https://serverfault.com/questions/614993/installing-sox-on-ec2-server didn't work immediately for me, needs some sort of shared term
- https://github.com/jdesbonnet/joe-desbonnet-blog/blob/master/projects/sox-log-spectrogram/spectrogram.c patch the spectrogram.c with this file near the end of the process:
Install FFMpeg:
*http://ffmpeg.gusari.org/static/64bit/ffmpeg.static.64bit.latest.tar.gz
Some Lambda resources for the future
*https://ryan-cranfill.github.io/keras-aws-lambda/
- https://ryan-cranfill.github.io/keras-aws-lambda/
- https://medium.com/@pahud/ecs-task-runner-with-lambda-4594b72ccb Perhaps as a container instead
- https://www.slideshare.net/fabiandubois/tensorflow-in-production-with-aws-lambda?next_slideshow=1 Perhaps with tensorflow instead
- https://serverlesscode.com/post/deploy-scikitlearn-on-lamba/ another example, perhaps less promising