Kevin Vivar Galindo 's picture

Kevin Vivar Galindo

Goku-Minecraft10
·

AI & ML interests

import requests API_URL = "https://api-inference.huggingface.co/models/openai/whisper-large-v3" headers = {"Authorization": f"Bearer {API_TOKEN}"} def query(filename): with open(filename, "rb") as f: data = f.read() response = requests.post(API_URL, headers=headers, data=data) return response.json() output = query("sample1.flac")

Organizations

None yet

models

None public yet

datasets

None public yet