Skip to main content

No project description provided

Project description

Threaded File Loader

Github: ThreadedFileLoader

Multithreaded Python package for faster file loading in machine learning.

Installation

pip install ThreadedFileLoader

Usage:

Loading Image Files:

from ThreadedFileLoader.ThreadedFileLoader import *

instance = ThreadedImageLoader("path_to_/*.jpg")
instance.start_loading()
images = instance.loaded_objects

Loading Text Files:

from ThreadedFileLoader.ThreadedFileLoader import *

instance = ThreadedTextLoader("path_to_/*.txt")
instance.start_loading()
images = instance.loaded_objects

Loading Custom File Formats

Threaded FileLoader can load different file types. This examples shows how the ThreadedTextLoader class overloads the ThreadedFileLoader class to load text files.

from ThreadedFileLoader.ThreadedFileLoader import *

class ThreadedTextLoader(ThreadedFileLoader):
    def object_loader(self, path):
      with open(path) as afile:
        data = afile.readlines()
        return data

instance = ThreadedTextLoader("path_to_/*.txt")
instance.start_loading()
texts = instance.loaded_objects

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

ThreadedFileLoader-1.0.0.6.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

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

ThreadedFileLoader-1.0.0.6-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file ThreadedFileLoader-1.0.0.6.tar.gz.

File metadata

  • Download URL: ThreadedFileLoader-1.0.0.6.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for ThreadedFileLoader-1.0.0.6.tar.gz
Algorithm Hash digest
SHA256 78bca7385a1e14d5188e71f926a436f327346abc5b746a1bdde196acbfcde256
MD5 7b399141687693055537978895bcc9e5
BLAKE2b-256 444c13a63eb4ee87e330db834af8b35b317817bebef1b9719ffb6b35d33f82c8

See more details on using hashes here.

File details

Details for the file ThreadedFileLoader-1.0.0.6-py3-none-any.whl.

File metadata

  • Download URL: ThreadedFileLoader-1.0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for ThreadedFileLoader-1.0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 64d38ad4f908cb2615e99cd6aa6435ae2d978e98ec02cd13a3d35c1e790bd094
MD5 0aa5c14e29b7afe57e5290d851805679
BLAKE2b-256 662ef0687c8ca43102170100c0efaa4d3d0a98a3364352d7ca03db11de3a95c7

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