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
- Host: GitHub
- URL: https://github.com/sapal6/fastaibreadcrumbs
- Owner: sapal6
- License: apache-2.0
- Created: 2022-08-08T14:59:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T11:44:38.000Z (over 3 years ago)
- Last Synced: 2024-08-31T15:53:44.641Z (over 1 year ago)
- Topics: fastai, machine-learning, nbdev
- Language: Jupyter Notebook
- Homepage: https://sapal6.github.io/fastaibreadcrumbs/
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.