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
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 Paquete hecho para obtener una transcripcion desde un video, con un flujo que inicia con un video se obtienen sus frames y finalmente se extrae la transcripcion estructurada
Instalacion:
Mediante el siguiente 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.3.tar.gz
(23.2 kB
view hashes)
Built Distribution
Close
Hashes for videoslides-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3573004a1d8a1ed58757945b33339c58f6365698e129ec09e95cff454b9d5aed |
|
MD5 | 9084d1966e2a370b1af46ae5f99275f6 |
|
BLAKE2b-256 | ad7495527f97491262f939eb14a53f9b6ef5c665582333437c6c85a4c78c505a |