Skip to content

Instantly share code, notes, and snippets.

View juanppdev's full-sized avatar
🖥️
https://fomtal.tk/

Juan Pablo Patino Lopez juanppdev

🖥️
https://fomtal.tk/
View GitHub Profile
@juanppdev
juanppdev / Move issue to assigned "In Progress"
Last active January 2, 2025 09:40
Github Actions with projects
name: Mover issue asignado a 'In Progress'
on:
issues:
types:
- assigned
jobs:
issue_opened_or_reopened:
name: issue_opened_or_reopened
runs-on: ubuntu-latest
steps:
@mouredev
mouredev / voice_translator.py
Last active April 11, 2025 00:26
Traductor de voz a diferentes idiomas utilizando IA y Gradio para la creación de la UI Web
import gradio as gr
import whisper
from translate import Translator
from dotenv import dotenv_values
from elevenlabs.client import ElevenLabs
from elevenlabs import VoiceSettings
# requirements.txt
"""
gradio