https://github.com/RingoMar/whisper-devcontainer
Openai whisper inside of vscode docker devcontainer using example files
https://github.com/RingoMar/whisper-devcontainer
ai devcontainer docker openapi python whisper
Last synced: about 1 year ago
JSON representation
Openai whisper inside of vscode docker devcontainer using example files
- Host: GitHub
- URL: https://github.com/RingoMar/whisper-devcontainer
- Owner: RingoMar
- Created: 2023-01-13T18:52:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T19:19:55.000Z (about 3 years ago)
- Last Synced: 2024-10-24T10:08:05.361Z (over 1 year ago)
- Topics: ai, devcontainer, docker, openapi, python, whisper
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Whisper Devcontainer
This is a [Visual Studio Code](https://code.visualstudio.com/) [Dev Container](https://code.visualstudio.com/docs/devcontainers/containers) for the openai's [Whisper](https://github.com/openai/whisper) Speech Recognition Model for ease of use and devlopment.
The main file is taken from the example on Whisper's repo and sample audio is taken from online using ffmpeg
ffmpeg converting video to audio script ->
```console
ffmpeg -i https://test.com/test.m3u8 -map 0:0 -vn -b:a 320k audio.mp3
```
## Links
+ [Visual Studio Code](https://code.visualstudio.com/)
+ [Docker](https://www.docker.com/)
+ [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers)
+ [Whisper](https://github.com/openai/whisper)