This repository automates the process of:
- Downloading a TikTok video (via
yt-dlpwith a custom User-Agent). - Uploading the video to Gemini (Bard) File API.
- Prompting for recipe extraction.
- Printing the final recipe text or JSON.
- Docker
- A valid Gemini API Key (set in
GEMINI_API_KEY).
- Clone this repo:
git clone https://github.com/<your-name>/gemini-video-pipeline.git cd gemini-video-pipeline