README: You can use fastai without any installation by using [Google Colab](https://colab.research.google.com/).
README: You can install fastai on your own machines with: `pip install fastai`. To ensure that you have the best available version of PyTorch on your machine, recommend [installing](https…
README: fastai is a deep learning library which provides practitioners with high-level components that can quickly and easily provide state-of-the-art results in standard deep learning do…
README: which shows how to use around 5 lines of code to build an image classifier, an image segmentation model, a text sentiment model, a recommendation system, and a tabular model.