Help for absolute AI beginners

#156
by TobiasKuch - opened

Hello everone,

I am a newbie in AI and also in Phyton. Can anyone help me to set up this openai
/whisper-large-v3 model to run on my pc locally ? I am confused about the many files and thei endings. What must i do to run this model locally on my PC ?
Thanks for help for a new beginner in AI

Hi, after downloading the all files (https://huggingface.co/openai/whisper-large-v3/tree/main)
and you can run sample codes after local path address change

model_id = "localfilepath/whisper -large-v3"

Sign up or log in to comment