Skip to content

Working on recreating the popular Fastbook content with Elixir instead of Python

License

Notifications You must be signed in to change notification settings

byronsalty/fastbook-elixir

Repository files navigation

The FastAI Book - for Elixir

This is a port, of sorts, of the amazing FastAI Book written by Jeremy Howard and Sylvain Gugger. The original work from them can be found here:

https://github.com/fastai/fastbook

This version of the book is intended to be an introduction to AI using the same lessons found in the original book but translated to use Elixir code instead of Python.

As part of that transition we will also move from Jupyter Notebooks to Elixir's Livebooks.

Expectations

This is intended to follow the original work as closely as possible but I expect that there will be many areas where Elixir does not have the same capabilities as the very mature Python+ML/AI stacks.

Therefore there will be gaps in the content and the reader is encouraged to also look at the original work.

Getting Started

Install necessary Elixir dependencies

Install Livebook

https://github.com/livebook-dev/livebook

Up and Running

Run the whole book

livebook server start.livemd

Run a specific chapter

livebook server <xx_chapter.livemd>

About

Working on recreating the popular Fastbook content with Elixir instead of Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages