This project is a YouTube Video Summarizer that utilizes Nhost, Bolt, and n8n to automate the process of fetching YouTube video content and generating summaries. The application fetches video transcripts (if available) and uses AI-based summarization to provide a concise overview of the video.
- Fetches YouTube video transcripts using n8n workflows.
- Summarizes video content into a concise format using Bolt for automation.
- Fully automated process using Nhost for backend services.
- Simple to use with no coding required by the user.
To run this project, ensure you have the following:
- Nhost account for backend services.
- Bolt account for integration with external services (like YouTube).
- n8n instance for automation workflows.
- YouTube API key for fetching video transcripts.
- Create an account on Nhost.
- Set up a new project and configure the necessary backend services.
- Create an account on Bolt.
- Connect your YouTube API account in Bolt to allow fetching video transcripts.
- Follow the n8n installation guide to set up your n8n instance.
Clone the repository to your local machine:
git clone https://github.com/yourusername/youtube-video-summarizer.git
cd youtube-video-summarizer