Skip to content

Instantly share code, notes, and snippets.

@ahmadmustafaanis
Created October 22, 2022 07:48
Show Gist options
  • Save ahmadmustafaanis/98633c05a1e7bc0534a30acd08eaa2d0 to your computer and use it in GitHub Desktop.
Save ahmadmustafaanis/98633c05a1e7bc0534a30acd08eaa2d0 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"! git clone https://github.com/ahmadmustafaanis/Whisper-Transcribing-Hereos-of-Deep-Learning"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%cd Whisper-Transcribing-Hereos-of-Deep-Learning"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"! pip install -r requirments.txt"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"! python transcribe_interviews.py"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.7.13 ('test_env')",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.7.13"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "71aadb37c8312d09dbf1f06b14a9622876ff1ffd961d94fac342e3516bb0b6ba"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment