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.1.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file indovse-0.1.1.tar.gz.
File metadata
- Download URL: indovse-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77ecbae52fc39cf8151759b232a9a79eb87aaeb6095c1fd25e7ddc7c37d36c0e
|
|
| MD5 |
126854e72fd572b31cf9459e3b125713
|
|
| BLAKE2b-256 |
0291e1af793a93b51f3c61b8ff5496a907c1d4a532810b7309bc5875e3d2b15b
|
File details
Details for the file indovse-0.1.1-py3-none-any.whl.
File metadata
- Download URL: indovse-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4521dbbd25e8ae0fd201780500d908301adcadd69817a6e0ced6a1c445f0266
|
|
| MD5 |
63983df9b30d43bc66c611c0ea279019
|
|
| BLAKE2b-256 |
40edede34f6491b6d78e9d962f0e7b56f55e28e91e4c0fdde0df92a825285661
|