Skip to content

Sejda-Abd/Youtube-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

YouTube Automation Workflow (n8n)

This repository contains an n8n workflow for automating YouTube Shorts creation using AI-generated scripts, images, and audio.


🛠 Workflow Overview

  1. Trigger

    • Manual trigger node to start the workflow.
  2. Edit Fields

    • Set the topic, videoStyle, and duration for your YouTube Short.
  3. Generate Script

    • Sends a request to HuggingFace API to generate AI-based video scripts.
  4. Process Script

    • Cleans the AI script and splits it into sentences for further use.
  5. Generate Scene Image

    • Uses the Pexels API to generate scene images related to the topic.
  6. Download Image

    • Downloads the generated image for video creation.
  7. Generate Audio

    • Uses Speechify API to convert the script into audio (voiceover).
  8. Decode Audio

    • Converts audio from base64 to binary format.
  9. Video Assembly

    • Combines the image(s) and audio to create the final YouTube Short video.
  10. Optional Execution

    • Execute commands or additional steps via SSH if needed.

âš¡ Setup Instructions

  1. Clone the repo
    git clone https://github.com/Sejda-Abd/Youtube-Automation.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published