Skip to main content

A description of your project

Project description

LazyBox

A user friendly API to jump-start your Deep Learning project based on Fastai.

The library is still in early development, but a lot of new features will be added in future

[ ] Support for non-image Datasets
[ ] Import NN architecture from the timm library
[ ] Make it better

Install

pip install lazybox

How to use

Let's go through a typical workflow for a DeepLearning task. Let's download this Dataset on Kaggle: https://www.kaggle.com/tongpython/cat-and-dog which are images of cat and dogs.

# we lazy folks only use wild imports
from lazybox.all import *

path = Path('test_dataset')

path.find('archive')
'test_dataset/archive.zip'

Let's decompress this archive

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

lazybox-0.0.2.5.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

lazybox-0.0.2.5-py3-none-any.whl (13.0 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