Skip to content
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

feat: add audio transcription notebook #186

Merged
merged 8 commits into from
Nov 7, 2023
Merged

feat: add audio transcription notebook #186

merged 8 commits into from
Nov 7, 2023

Conversation

cabreraalex
Copy link
Member

Description

Add notebook for creating an audio transcription project with Zeno Hub.

Copy link
Collaborator

@neubig neubig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, but it seems worth adding at least a link from the README, and then also a small amount of text to the notebook explaining what it is.

Comment on lines +9 to +16
"from jiwer import wer\n",
"import os\n",
"import pandas as pd\n",
"import whisper\n",
"import zeno_client\n",
"import dotenv\n",
"import torch\n",
"from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The requirements.txt in this folder is not sufficient for this notebook.

Comment on lines +19 to +20
- [Browsing Interface](https://hub.zenoml.com/project/cabreraalex/Audio%20Transcription%20Accents/explore)
- [Textual Summary](https://hub.zenoml.com/report/cabreraalex/Audio%20Transcription%20Report)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we start using the open with zeno button here? Also since I just looked at the button should we capitalize Zeno?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea!

@cabreraalex cabreraalex merged commit b40ff92 into main Nov 7, 2023
7 checks passed
@cabreraalex cabreraalex deleted the transcription branch November 7, 2023 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants