Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 949 Bytes

File metadata and controls

32 lines (22 loc) · 949 Bytes

The FFC lib

What is this project?

FFC (Fred’s fastai cookbook) is not your usual library. It does not intend to fill a gap in the development ecosystem, its purpose is to fill a gap in my own brain.

Inspired by Zach Muller’s Walk with fastai, FFC aims to collect notebooks, snippets, ideas and learnings of my personal fastai journey.

Install

pip install -e '.[dev]'

Project structure

This project is built on nbdev. The nbs folder is where the content is produced:

  • nbs/(root): nbdev and quarto config files
    • custom.css: my tweaks on the default cosmo website theme
  • nbs/blog: blog content

Nbdev automatically creates the proc, doc and ffc folders.