Metadata-Version: 2.1
Name: fastai-rawpy
Version: 0.0.3
Summary: fastai-rawpy connects fast.ai with RawPy, so now fast.ai supports RAW image files
Home-page: https://github.com/lejrn/fastai-RawPy
Author: Tal Leron
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: License.txt

# Connecting fast.ai with RawPy
Here we can make fast.ai framework support RawPy library, hence use RAW image files on fastai

# How to install
Use:

```pip install fastai-rawpy```

to install this package that lets you use fast.ai and RAW image files as well.

# How to import fastai-rawpy

Use:

```from fastairawpy import *```

in order to import `RawImageBlock` as well as all of the necessary functions/classes/etc that adjust fast.ai so it supports RawPy.

While using fast.ai, wherever you could have used `ImageBlock`, just type in `RawImageBlock`.

