ClipTalk is a Go-based tool for processing TikTok and local videos, offering watermark removal and video-to-text transcription using large language models like Google Gemini and GPT-4. It targets users who need to extract information from video content or repurpose it without watermarks.
How It Works
The application leverages ffmpeg
for video processing and integrates with LLM APIs (Gemini, GPT-4) for video content analysis. It can either process video URLs or uploaded video files. For URL processing, it first fetches a watermark-free version of the video before sending it to the LLM for transcription.
Quick Start & Requirements
go build -o cliptalk
after setting GOOS
and GOARCH
.ffmpeg
.config.yaml
with API keys for Gemini and/or OpenAI, and optionally custom API endpoints or proxy settings../cliptalk
.docker-compose up -d
.Highlighted Details
https://gpts.nbai.chat
.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project requires manual configuration of API keys and potentially ffmpeg
and Go environments. The lack of an explicit license may pose restrictions on commercial use.
1 year ago
Inactive