-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AI Transcription Guide #24
base: main
Are you sure you want to change the base?
Conversation
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.
Overall 5/10, could you rewrite it a bit to focus on motivating developers to play with ai tools like whisper, get them introduced to api, show them how they can quickly prototype such project with Daytona. The idea is to show the magic of quickly spinning the project and getting your ideas into functioning code.
Could you please add some diagrams or images to illustrate it a bit.
Thank you.
@@ -0,0 +1,312 @@ | |||
--- | |||
title: "Transcribe Video and Audio with Python" | |||
description: "This guide provides a comprehensive step-by-step process for setting up and using Sapat to automatically transcribe video and audio files using Azure OpenAI's Whisper API." |
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.
Maybe to be more generic and just state OpenaAI Whisper compatible API or whatever is correct?
By following this guide, you will learn how to set up the necessary environment, install the required software, and use the [transcription](/definitions/transcription.md) tool. The tool supports processing individual video files or entire directories, ensuring temporary MP3 files are cleaned up after [transcription](/definitions/transcription.md). You can choose between using Azure OpenAI's Whisper API or Rev AI API based on your preference and access. A basic understanding of Python and command-line operations, as well as access to the relevant API, is required. | ||
|
||
### Prerequisites | ||
|
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.
only prereq should be daytona and repo with appropriate devcontainer that will set all of the prereq which I have in the repo.
with every article the main idea is to show how daytona simplifies development, quick hacking/prototyping, oss contributions, etc.
Please be mindful of the checklist and don't check stuff if it is not done, for example assets. Thanks. |
@giraffekey guide fails DCO check |
Signed-off-by: giraffekey <[email protected]>
e17041a
to
c267a02
Compare
AI Transcription Guide
I wrote this assuming that nkkko/sapat#1 will be accepted.
/claim #13
Writer's Checklist
Follow Writing Structure
code elements
where appropriate.Fact-Check
Assets
/assets
folder.YYYYMMDD_title_of_the_article_IMG_NAME_NO.png
.Interlinking
CTRL+F
to search for relevant keywords on:Glossary/Definitions
Review and Edit