{% extends "base.html" %} {% block title %}Langvio Media Analyzer - Home{% endblock %} {% block content %}

Langvio Media Analyzer

Analyze images and videos using natural language

Upload Media
Supported formats: JPG, PNG, MP4, MOV, AVI, WEBM (max 100MB)
Ask a question or give instructions about what to analyze

Query suggestions:

Loading...

Processing your media... This may take a minute.

About

This application uses Langvio to analyze images and videos using natural language. You can:

  • Detect and identify objects in images and videos
  • Count specific objects (e.g., people, cars, animals)
  • Find objects with specific attributes (e.g., red cars, large buildings)
  • Analyze spatial relationships between objects
  • Get natural language explanations of visual content

The application uses YOLOe models for object detection and advanced language models for explanations.

{% endblock %} {% block scripts %} {% endblock %}