Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kurianbenoy/study_fastai_part2_building_miniai
- Owner: kurianbenoy
- License: apache-2.0
- Created: 2023-01-18T16:55:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T01:37:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T00:02:58.662Z (3 months ago)
- Language: Jupyter Notebook
- Size: 5.07 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.