How I Built an AI Agent with DeepSeek AI to Create Faceless YouTube Videos (No-Code)
Very good tutorial video of the steps required, but n8n blueprint is not (yet) shared
AI Summary
Summary of YouTube Video Transcript on Creating Faceless Videos with AI
Overview
- The video demonstrates how to create faceless videos using an AI workflow.
- A sample output video about an elephant named Kbo is shown.
- The workflow updates a Google Sheet with video details like title, URL, post status, and captions.
- The process involves two main workflows:
- Producing a faceless video.
- Uploading the video to YouTube.
Workflow 1: Producing a Faceless Video
- Preparation:
- Required tools: Eleven Labs, OpenAI, Flux AI, Google Cloud Storage, and Anynocode.com.
- Steps:
- Initiate the workflow.
- Generate audio using Eleven Labs.
- Generate images with Flux AI.
- Combine transcript and music.
- Finalize and save output to Google Sheets.
Workflow 2: Uploading to YouTube
- Steps:
- Grab video data from Google Sheets.
- Download the video.
- Upload the video to YouTube.
- Update video status in Google Sheets.
Credential Setup
- Set up API credentials for DeepScribe, Eleven Labs, Google Cloud Storage, YouTube, and Anynocode.com.
- Ensure proper authorization headers and API keys are used.
Detailed Workflow Steps
- Workflow 1:
- Select video category and set up Google Cloud Storage bucket.
- Use DeepScribe to generate a transcript.
- Use Eleven Labs to generate audio.
- Use OpenAI Whisper to label words with timestamps.
- Create image prompts and generate images with Flux AI.
- Combine transcript chunks, add background music, and create the video.
- Generate captions and titles with DeepScribe.
- Save all data to Google Sheets.
- Workflow 2:
- Check for videos with ‘pending’ status in Google Sheets.
- Download and upload the video to YouTube.
- Update the video status and posting time in Google Sheets.
Conclusion
- The tutorial provides a comprehensive guide to creating and uploading faceless videos to YouTube using AI tools and no-code platforms.
- The workflows are detailed with specific instructions for each step, ensuring viewers can replicate the process.