Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 998 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 998 Bytes

Real-Time Video Moderation System

A system designed to analyze live video streams for harmful or inappropriate content using AI. It captures frames every 2 seconds, sends them to Gemini AI for analysis, and provides moderators with tools to take action.

Key Features:

  • Live Video Streaming: Stream from your webcam in real-time.
  • Frame Capture: Captures frames every 2 seconds for analysis.
  • AI Content Moderation: Sends captured frames to Gemini AI for detecting prohibited content.
  • Real-Time Alerts: Display moderation results dynamically (e.g., issues and severity).
  • Moderator Controls: Options to warn, mute, flag, escalate, or ban based on severity.

Tech Stack:

  • Next.js 14+, React, TypeScript, Tailwind CSS: For building the frontend.
  • Gemini AI API: For content analysis.

This system is ideal for live-streaming platforms and virtual events to ensure safe and appropriate content.

Developed by inexperienced developer.