Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kurianbenoy/study_fastai_part2_building_miniai

A repo to follow along fast.ai part 2 course
https://github.com/kurianbenoy/study_fastai_part2_building_miniai

Last synced: about 2 months ago
JSON representation

A repo to follow along fast.ai part 2 course

Awesome Lists containing this project

README

        

course22p2
================

## Overview

These are the notebooks that are being used for part 2 of fast.ai's 2022 course. It will be released as a MOOC in early 2023.

During the course we are building a deep learning framework called "miniai" from scratch. It is created from these notebooks using `nbdev`.

## Install

Clone this repo, `cd` to it, and run:

``` sh
pip install -e .
```

This installs the `miniai` library which we're creating in this course.