Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 993 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 993 Bytes

fastai

The fast.ai deep learning library, lessons, and tutorials.

Copyright 2017 onwards, Jeremy Howard. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. A copy of the License is provided in the LICENSE file in this repository.

Current Status

This is pre-alpha. Stuff is moving around and changing frequently. You should only be using this if you're interested in digging into the details and actively contributing to the project.

First, clone fastai using git:

git clone https://github.com/fastai/fastai.git

Then, cd to the fastai folder and create the python environment:

cd fastai
conda env update

This downloads all of the dependencies and then all you have to do is:

source activate fastai

To update everything:

git pull
conda env update

Or

You can also install this library in the local environment using pip

pip install fastai