Skip to main content

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


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)

Uploaded Source

Built Distribution

videoslides-1.0.0-py3-none-any.whl (17.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page