Package made to obtain a text transcription from a video, with a flow from video to frames to structured frames to transcription in a json file
Project description
Video Slides
Descripcion corta:
Instalacion:
Con el comando : pip install videoslides
Ejemplos de uso
# Crear clase de Video
video1 = Video(string, 100, 1, True)
video1.clean_frames()
video1.set_data()
video1.set_slides()
video1.set_transcription()
print(video1.data)
print(video1.slides)
print(video1.transcription)
# ploteo(video1.video_name , video1.data) # grafica
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
videoslides-0.0.1.tar.gz
(17.7 kB
view hashes)
Built Distribution
Close
Hashes for videoslides-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e2af6862ec7ed5c9932c232e91350712fa060bd34bca4089bee3bb06e8b23e0 |
|
MD5 | 2608b8d83258f750ea5747cf7e7c988d |
|
BLAKE2b-256 | b61cea0af39338212c6a0f519e0e6293df6f179b476a8866cb8c6bb3f0b5d184 |