Тёмный

💬 Crea tu CONVERTIDOR de TEXTO a VOZ con INTELIGENCIA ARTIFICIAL 

Naileth Pinto
Подписаться 29 тыс.
Просмотров 683
50% 1

CURSO 🎁 EMPRENDE con INVITACIONES DIGITALES INTERACTIVAS
⬇️⬇️
nailethpinto1908.kpages.onlin... En este video les voy a enseñar cómo crear su propio convertidor de texto a voz utilizando inteligencia artificial. Utilizando código HTML .
¡Sigue conmigo para aprender cómo puedes aplicar el uso de la tecnología a tu negocio y mejorar tus procesos!
MOMENTOS DEL VIDEO
0:10 Introducción
0:54 Escribimos la instrucción al Prompt
1:53 Generando primer código
2:16 Probando el código
3:54 Agregamos otra función para mejorar el lector.
4:45 Segunda prueba del código
5:59 Tercera prueba con las instrucciones mas completas
6:37 Conclusiones finales
Pagina
chat.openai.com/
Instagram
/ nailethpinto_
Facebook
/ nailethpinto250 Telegram Grupo Privado
t.me/+Uz62MdsUJFs2Nzlh

Опубликовано:

 

25 мар 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2   
@NailethPinto
@NailethPinto Год назад
body { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin: 0; } #audio-container { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 20px; } #h1 { justify-content: center; font-size: 20px; color: #737373; } #audio-icon { display: flex; align-items: center; justify-content: center; font-size: 28px; cursor: pointer; color: #737373; } #play-pause-text { margin-left: 10px; } Play var audio = document.getElementById("audio"); var pause = document.getElementById("pause"); var playPauseText = document.getElementById("play-pause-text"); pause.addEventListener("click", function() { if (audio.paused) { audio.play(); pause.classList.remove("fa-play"); pause.classList.add("fa-pause"); playPauseText.textContent = "Pause"; } else { audio.pause(); pause.classList.remove("fa-pause"); pause.classList.add("fa-play"); playPauseText.textContent = "Play"; } });
Далее
다리에 힘이 풀려버린 슈슈 (NG Ver.)
00:11
Просмотров 2,5 млн
Lo mejor de inteligencia artificial del 2022
6:16
Просмотров 13 тыс.
Convertir Texto a Voz con Inteligencia artificial
6:06