Skip to main content

Python SDK for the Mavi Video AI Platform

Project description

Pymavi

Python SDK for the Mavi Video AI Platform. This SDK provides a simple and intuitive interface to interact with the Mavi API for video processing, search, and analysis.

Installation

pip install pymavi

Quick Start

from pymavi import MaviClient

# Initialize the client
client = MaviClient(api_key="your_api_key")

# Upload a video
response = client.upload_video(
    video_path="path/to/video.mp4",
    callback_uri="https://your-callback-url.com/webhook"
)

# Search for videos
results = client.search_video("find me videos with cars")

# Chat with videos
response = client.chat_with_videos(
    video_nos=["video_id_1", "video_id_2"],
    message="What's happening in these videos?",
    stream=True
)

Features

  • Video upload and management
  • Natural language video search
  • Key clip extraction
  • AI-powered video chat
  • Comprehensive error handling
  • Type hints and documentation

API Reference

MaviClient

The main client class for interacting with the Mavi API.

Methods

  • upload_video(video_path: str, callback_uri: Optional[str] = None) -> Dict[str, Any]
  • search_video_metadata(start_time: Optional[int] = None, end_time: Optional[int] = None, video_status: str = "PARSE", range_bucket: int = 1, num_results: int = 10) -> Dict[str, Any]
  • search_video(search_query: str) -> Dict[str, Any]
  • search_key_clip(search_query: str, video_ids: Optional[List[str]] = None) -> Dict[str, Any]
  • chat_with_videos(video_nos: List[str], message: str, history: Optional[List[Dict[str, str]]] = None, stream: bool = False) -> Union[str, Dict[str, Any]]
  • transcribe_video(video_id: str, transcribe_type: str = "AUDIO", callback_uri: Optional[str] = None) -> str
  • get_transcription(taskNo: str) -> Dict[str, Any]:
  • delete_video(video_ids: List[str]) -> Dict[str, Any]

Exceptions

  • MaviError: Base exception for all Pymavi-related errors
  • MaviAuthenticationError: Raised when there are authentication-related errors
  • MaviAPIError: Raised when the API returns an error response
  • MaviValidationError: Raised when there are validation errors in the input parameters

Development

  1. Clone the repository
  2. Install development dependencies: pip install -e ".[dev]"
  3. Run tests: pytest

License

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymavi-0.1.5.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pymavi-0.1.5-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file pymavi-0.1.5.tar.gz.

File metadata

  • Download URL: pymavi-0.1.5.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pymavi-0.1.5.tar.gz
Algorithm Hash digest
SHA256 1dfb21c9dfbe38f1bb6151f557821d28707a7a7ea9df03b893ad3cd3aa210acc
MD5 6d3ce019257214ce1a5af7a55f08405a
BLAKE2b-256 5fd83bdbd3b0a3c84d507e03df47d903302c5cbdd29603505b1c6286137b714b

See more details on using hashes here.

File details

Details for the file pymavi-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: pymavi-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pymavi-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 561dc7d89d80375306615e7381dd2d8d6523079ef0d94514e22e61b9ac372bd1
MD5 5f711aa3b9c0901da3247a0798bdb7ce
BLAKE2b-256 97ab14517b716d70a19be536c686aa19425d248b43b669b99a83f333e39553e9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page