An open API service indexing awesome lists of open source software.

https://github.com/sapal6/fastaibreadcrumbs

BreadcrumbsBreadcrumbs for fastai users
https://github.com/sapal6/fastaibreadcrumbs

fastai machine-learning nbdev

Last synced: 2 months ago
JSON representation

BreadcrumbsBreadcrumbs for fastai users

Awesome Lists containing this project

README

          

# Fastaibreadcrumbs

> Breadcrumbs for fastai users.

## Install
`pip install fastaibreadcrumbs`

## How to use

Just import "fastaibreadcrumbs" and get started.

Some tiny convience functions are available which are handy while working on projects based on [fastkaggle](https://fastai.github.io/fastkaggle/) and/or [fastai](https://docs.fast.ai/).

A couple of examples are `setup_data` to setup kaggle data on your local machine and `crappifier` to create crappified version of image data. Explore the "fastaibreadcrumbs.core" page for more functions.