diff --git a/README.md b/README.md index 10d8fabf33..a62bcb72ab 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A first cut at a port of the FastAI V2 API to Julia +![Logo](https://raw.githubusercontent.com/opus111/FastAI.jl/master/fastai-julia-logo.png) + This code is inspired by FastAI, but differs in implementation in several ways. Most importantly, the original Python code makes heavy use of side-effects where the Learner holds different @@ -24,4 +26,4 @@ https://github.com/fastai/fastai2/blob/master/docs/ [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://opus111.github.io/FastAI.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://opus111.github.io/FastAI.jl/dev) -[![Build Status](https://travis-ci.com/opus111/FastAI.jl.svg?branch=master)](https://travis-ci.com/opus111/FastAI.jl) +[![Build Status](https://travis-ci.com/opus111/FastAI.jl.svg?branch=master)](https://travis-ci.com/opus111/FastAI.jl) \ No newline at end of file diff --git a/fastai-julia-logo.png b/fastai-julia-logo.png new file mode 100644 index 0000000000..68d6219985 Binary files /dev/null and b/fastai-julia-logo.png differ