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.8.tar.gz
(22.8 kB
view hashes)
Built Distribution
Close
Hashes for videoslides-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | addd1513d58f9f19fc32f290c9188442d160ed435ae1891bd3e0e29af5188152 |
|
MD5 | 8787631ec53e01f7cf2ee2de5790a8f5 |
|
BLAKE2b-256 | 8aca4eb6dd531fefefb217e22ef72d94dd114f5290d63b6049618c615d8f9e6b |