Tag

Whisper

0 views collected around this technical thread.

360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 17, 2024 · Artificial Intelligence

Translate Foreign Videos into Chinese with Whisper, Ollama & FFmpeg

This guide shows how to automatically extract subtitles from English videos using OpenAI's Whisper, translate them into Chinese with a locally‑deployed Ollama large language model, and finally merge the bilingual subtitles back into the video using FFmpeg, all with GPU acceleration.

AIFFmpegGPU Acceleration
0 likes · 11 min read
Translate Foreign Videos into Chinese with Whisper, Ollama & FFmpeg
System Architect Go
System Architect Go
Nov 24, 2024 · Artificial Intelligence

Building a Web Voice Chatbot with Whisper, llama.cpp, and LLM

This article demonstrates how to build a web‑based voice chatbot by integrating Whisper speech‑to‑text, llama.cpp LLM inference, and WebSocket communication, detailing both the frontend JavaScript implementation and the Python FastAPI backend, along with Docker deployment and example code.

LLMVoiceChatWhisper
0 likes · 10 min read
Building a Web Voice Chatbot with Whisper, llama.cpp, and LLM
IT Services Circle
IT Services Circle
Feb 28, 2024 · Artificial Intelligence

Transcribing Audio and Video to Text with OpenAI Whisper and Faster‑Whisper

This article explains how to use OpenAI's Whisper and the faster‑Whisper wrapper to quickly convert audio or video files into searchable text, covering installation, Python code examples, a Swift client, and a Flask‑based server API for practical transcription workflows.

AIFast-WhisperWhisper
0 likes · 6 min read
Transcribing Audio and Video to Text with OpenAI Whisper and Faster‑Whisper
Python Programming Learning Circle
Python Programming Learning Circle
Mar 28, 2023 · Artificial Intelligence

OpenAI Launches ChatGPT and Whisper APIs: Features, Pricing, and Sample Code

The article introduces OpenAI's newly released ChatGPT and Whisper APIs, explains their reduced costs, outlines usage details and model versions, and provides Python code examples for integrating these powerful conversational and speech‑to‑text models into third‑party applications.

APIChatGPTOpenAI
0 likes · 6 min read
OpenAI Launches ChatGPT and Whisper APIs: Features, Pricing, and Sample Code