# fastai-Deep-Learning-course


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install fastai_Deep_Learning_course in Development mode

``` sh
# make sure fastai_Deep_Learning_course package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to fastai_Deep_Learning_course
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/continuouslearnerforever/fastai-Deep-Learning-course):

``` sh
$ pip install git+https://github.com/continuouslearnerforever/fastai-Deep-Learning-course.git
```

or from
[conda](https://anaconda.org/continuouslearnerforever/fastai-Deep-Learning-course)

``` sh
$ conda install -c continuouslearnerforever fastai_Deep_Learning_course
```

or from [pypi](https://pypi.org/project/fastai-Deep-Learning-course/)

``` sh
$ pip install fastai_Deep_Learning_course
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/continuouslearnerforever/fastai-Deep-Learning-course)’s
[pages](https://continuouslearnerforever.github.io/fastai-Deep-Learning-course/).
Additionally you can find package manager specific guidelines on
[conda](https://anaconda.org/continuouslearnerforever/fastai-Deep-Learning-course)
and [pypi](https://pypi.org/project/fastai-Deep-Learning-course/)
respectively.

## How to use

This is the result os my practice and following the [fast ai Practical
Deep Learning for Coders](https://course.fast.ai/)
