Skip to content

Commit

Permalink
📚 Add datamodule jupyter notebooks. (#357)
Browse files Browse the repository at this point in the history
* Refactored MVTec datamodule

* 🏷️  Rename BTech datamodule

* 🏷️  Rename Folder datamodule

* Create datamodule jupyter notebook

* Added mvtec into jupyter notebook

* Apply black formatter

* Finished MVTec

* 🏷 Rename the name of the folder

* 🏷  Renamed anomaly-datamodule.ipynb to mvtec.ipynb

* ➕ Created BTech notebook

* 🚚 Move the main description from mvtec to README.md

* Polish btech jupyter notebook

* ➕Created folder jupyter notebook

* Addres PR comments.

* Format the notebooks

* Added black, isort, flake8 and pylint

* ➕ Add mdformat to dev requirements

* 🛠  Update the nnotebook markdowns

* Configured pre-commit for notebooks

* Address PR comments
  • Loading branch information
samet-akcay authored Jun 17, 2022
1 parent 92837ae commit ff1c506
Show file tree
Hide file tree
Showing 10 changed files with 2,547 additions and 597 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,12 @@ repos:
types: [python]
args: [--config=tox.ini]
exclude: "tests|docs|anomalib/models/components/freia"

# notebooks.
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.3.1
hooks:
- id: nbqa-black
- id: nbqa-isort
- id: nbqa-flake8
- id: nbqa-pylint
597 changes: 0 additions & 597 deletions notebooks/001-getting-started/001-getting-started.ipynb

This file was deleted.

513 changes: 513 additions & 0 deletions notebooks/001_getting_started/001_getting_started.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit ff1c506

Please sign in to comment.