/quickvid

Your AI-Powered YouTube Video Summarization Tool

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

QuickVid - Summarize & Verify any YouTube video in seconds

Twitter License

Introduction · Installation · Tech Stack · Contributing


Introduction

QuickVid is here to revolutionize how you interact with YouTube content. It's simple:

  1. Paste a YouTube link.
  2. Get lightning-fast summaries.
  3. Now, verify videos with internet facts!

Installation

Local Installation

  1. Clone the Repository

    git clone https://github.com/metaloozee/quickvid.git
    cd quickvid
  2. Install Dependencies

    [pnpm | npm | yarn] install
  3. Set Environment Variables

  4. Run the Application

    [pnpm | npm | yarn] run dev

    this will launch the application, and you can access it by visiting http://localhost:3000 in your web browser.

Docker Installation

  1. Clone the Repository

    git clone https://github.com/metaloozee/quickvid
    cd quickvid
  2. Set Environment Variables

  3. Build the Docker Image

    docker build -t quickvid .
  4. Run the Docker Container

    docker run -p 3000:3000 --env-file .env.local quickvid

    this will launch the Next.js application inside the Docker container, and you can access it by visiting http://localhost:3000 in your web browser.

Tech Stack

Contributing

We love our contributors! Here's how you can contribute:

  • Open an issue if you believe you've encountered a bug.
  • Make a pull request to add new features/make quality-of-life improvements/fix bugs.

Author

License:

QuickVid is open-sourced under the GNU General Public License Version 3 (GPLv3) or any later version. You can find it here