├── .gitmodules ├── Dockerfile.jetson-nano ├── LICENSE ├── README.md ├── media ├── coral.jpg └── jetson-nano.jpg ├── run.sh └── stream.py /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dockerfile.jetson-nano: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxbbraun/whisper-edge/HEAD/Dockerfile.jetson-nano -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxbbraun/whisper-edge/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxbbraun/whisper-edge/HEAD/README.md -------------------------------------------------------------------------------- /media/coral.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxbbraun/whisper-edge/HEAD/media/coral.jpg -------------------------------------------------------------------------------- /media/jetson-nano.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxbbraun/whisper-edge/HEAD/media/jetson-nano.jpg -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxbbraun/whisper-edge/HEAD/run.sh -------------------------------------------------------------------------------- /stream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxbbraun/whisper-edge/HEAD/stream.py --------------------------------------------------------------------------------