Skip to content

Instantly share code, notes, and snippets.

View jvanyom's full-sized avatar

Jordi Vanyó jvanyom

  • Mallorca - Spain
View GitHub Profile
@jvanyom
jvanyom / Speech-To-Text.py
Last active October 14, 2024 21:15
Programa de transcripción de un archivo de audio a un archivo de texto
#################
# Para más información consulte este link: https://realpython.com/python-speech-recognition/
# pip install SpeechRecognition
##################
# Importa las librerías necesarias
import speech_recognition as libreria_principal