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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file videoslides-1.0.0.tar.gz.
File metadata
- Download URL: videoslides-1.0.0.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.2.0 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b9d54d5ecc908123836562a20ada9b7361a200591bceb01af22e41ad5fe0faa
|
|
| MD5 |
bef5d69ba89e55bd98a0e5b1a88b3d1a
|
|
| BLAKE2b-256 |
e8895f56e56890dc87ea4e4e41360baeb7a2b0ff0400c63208c3dc85fc05e44e
|
File details
Details for the file videoslides-1.0.0-py3-none-any.whl.
File metadata
- Download URL: videoslides-1.0.0-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.2.0 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b93b632a3c544655da2db5cb8da92f3b3fcd11c6476b6d33320933bb68c6e23f
|
|
| MD5 |
ed134589d0257784f0baae17cb38912c
|
|
| BLAKE2b-256 |
783cd76aa623b28b776509c7fd0e9741d821236416e8ceadf07e9aba43f783cc
|