-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "transcriber dev container", | ||
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm", | ||
"features": { | ||
"ghcr.io/devcontainers/features/python:1": {}, | ||
"ghcr.io/devcontainers-contrib/features/ffmpeg-apt-get:1": {} | ||
}, | ||
"forwardPorts": [8501], | ||
"postCreateCommand": { | ||
"packages": "pip install --no-cache-dir -r requirements.txt" | ||
}, | ||
"postStartCommand":["streamlit", "run", "streamlit_app.py"], | ||
"customizations": { | ||
"vscode": { | ||
// "settings": {}, | ||
"extensions": [ | ||
"ms-python.python", | ||
"ms-python.black-formatter", | ||
"ms-python.isort", | ||
"visualstudioexptteam.vscodeintellicode", | ||
"ms-toolsai.jupyter", | ||
"davidanson.vscode-markdownlint", | ||
"ms-azuretools.vscode-docker" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f2fb2e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make it into a website? thank
f2fb2e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean?
This dev container config could be used for codespace as well.
f2fb2e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can clone website
f2fb2e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly, I didn't understand what you mean.
Using OpenAI Whisper model is not absolutely free.
Also if you wouldn't want to share responses to improve Gemini it's not free.
I have added render.yaml for render.com.
It's so easy to run. You only need to provide your API keys. Even if it is deployed to the web, you still need your API keys, as I don't want to manage and limit any usage.