Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 2.08 KB

File metadata and controls

63 lines (38 loc) · 2.08 KB

Video Summarizer Agentic AI With Phidata And Google Gemini

Overview

The Phidata Video AI Summarizer Agent is an advanced AI-powered tool designed to generate concise and insightful summaries of video content. Leveraging the power of Google’s Gemini 2.0 Flash Exp, it enables users to analyze videos quickly and extract key insights efficiently.

Key Features

  • Video Upload Support: Supports MP4, MOV, AVI, and MPEG4 formats, with a maximum file size limit of 200MB.
  • AI-Powered Analysis: Provides detailed explanations of concepts within videos.
  • Custom Insights: Users can ask specific questions to extract relevant information from the video content.

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/csoren66/Video-Summarizer-Agentic-AI-With-Phidata-And-Google-Gemini.git
    cd Video-Summarizer-Agentic-AI-With-Phidata-And-Google-Gemini
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the application:

    streamlit app.py

Usage

  1. Launch the application and upload a video file.
  2. Choose or enter a query to extract insights from the uploaded video.
  3. The tool will analyze the content and display:
    • Key Concepts & Algorithms used (such as Dijkstra’s Algorithm, A* Search Algorithm, etc.).
    • Step-by-Step Explanation of complex systems like Google Maps.

Demo

Capture Capture1 Capture2

Contributing

Contributions are welcome! If you’d like to improve this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Phidata for providing the AI summarization framework.
  • Google Gemini 2.0 Flash Exp for powering the advanced AI capabilities.