ferhatbou's picture
Fix import issue
6cf7dc2
|
raw
history blame
1.17 kB
metadata
title: Detect English Language Speaking
emoji: πŸ”₯
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
license: mit
short_description: 'a  tools to automate real hiring decisions. '

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

🎧 Video Accent Analyzer

Analyze accents in videos from YouTube, Loom, or uploaded files. Supports multiple English accents.

Features

  • YouTube video analysis
  • Loom video analysis
  • Direct MP4 link support
  • Local file upload
  • Multiple English accent detection

Requirements

  • Python 3.8+
  • FFmpeg
  • PyTorch
  • Transformers

Usage

  1. Enter a video URL or upload a file
  2. Get instant accent analysis results

""" Enhanced Video Accent Analyzer Supports YouTube, Loom, direct MP4 links, and local video files with improved error handling and features.

Usage: analyzer = VideoAccentAnalyzer() results = analyzer.analyze_video_url("https://example.com/video.mp4", max_duration=30) or results = analyzer.analyze_local_video("/local/input/video.mp4", max_duration=30) analyzer.display_results(results) """