Indonesian Video Salient Entity Detection
Project description
IndoVSE
IndoVSE is a Python package for extracting salient named entities from Indonesian videos.
Requirements
You must have ffmpeg installed on your system (not via pip).
- Ubuntu/Debian:
sudo apt install ffmpeg - MacOS:
brew install ffmpeg - Windows: Download from official ffmpeg website and add it to your system PATH.
Installation
pip install indovse
(atau instal dari source: pip install -e . di dalam folder ini)
Usage
from indovse import predict
# Models are automatically downloaded on first call and cached in memory
# No GPU required, runs on CPU
result = predict("video.mp4", top_k=5)
# Output is a dict with 'salient_entities' and 'entity_timeline'
print(result["salient_entities"])
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
indovse-0.1.0.tar.gz
(3.9 kB
view details)
File details
Details for the file indovse-0.1.0.tar.gz.
File metadata
- Download URL: indovse-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5325d090f824e576ef7780d0cd3a4d0518a16cd666980f132d4e98252377aca5
|
|
| MD5 |
098594c387913ad56250803dad745ffd
|
|
| BLAKE2b-256 |
c9967284ec78a908788f7f999b383bc38192c4119137d643152f1cd5af5811af
|