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-1.0.0.tar.gz
(22.5 kB
view hashes)
Built Distribution
Close
Hashes for videoslides-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b93b632a3c544655da2db5cb8da92f3b3fcd11c6476b6d33320933bb68c6e23f |
|
MD5 | ed134589d0257784f0baae17cb38912c |
|
BLAKE2b-256 | 783cd76aa623b28b776509c7fd0e9741d821236416e8ceadf07e9aba43f783cc |