Skip to main content

TQDM-like API for Keras Progressbar.

Project description

Keras Progressbar with TQDM-like API.

I'm a big fan of how Keras' progressbar looks, but I was annoyed, that there is no way to use it the same as TQDM progressbar. So, I published this tiny module, in order to avoid copy-pasting it in every my project.

Example usage

import time
import pandas as pd
from keras_pbar import keras_pbar

df = pd.read_csv("data.csv")
for identifier, sliced in keras_pbar(df.group_by("id")):
    # Do some time consuming processing.
    time.sleep(2)

Notes

It does not directly depend on tensorflow, so you can install it without. But probably during import time, it will fail, when keras tries to import tensorlfow.

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

keras_pbar-0.0.1.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

keras_pbar-0.0.1-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

File details

Details for the file keras_pbar-0.0.1.tar.gz.

File metadata

  • Download URL: keras_pbar-0.0.1.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for keras_pbar-0.0.1.tar.gz
Algorithm Hash digest
SHA256 8c05a759a78a5fa77aa058a7aa87e0d1da5564276cae6e1a04556a65b4d70ca1
MD5 46023dbaebc676b20514d96953420737
BLAKE2b-256 227096e67fbbfe0238e3ef56185ee58d7d539e33047ea868ac5da0b92dd5d255

See more details on using hashes here.

File details

Details for the file keras_pbar-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: keras_pbar-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for keras_pbar-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0092434656c73826392891ebb7bdd0e7eb95164db0a6433121191e0bffe4e9b1
MD5 eaef4d4fbf2c1cfa7820de1634c25393
BLAKE2b-256 c621ab34bb5dcd178e8141e6e333e7a946999122da09c28a5dba960c7d9e2101

See more details on using hashes here.

Supported by

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