research-07-aug-2024 / speech_to_text.py
ysn-rfd's picture
Upload 20 files
014de59 verified
raw
history blame contribute delete
189 Bytes
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Thu Aug 1 11:23:30 2024
@author: ysnrfd
"""
import whisper
# بارگذاری مدل
model = whisper.load_model("medium")