Skip to content

Commit

Permalink
doc rebuild - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jan 13, 2025
1 parent a9afb03 commit 0b59dea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ pip install roofAI

| | |
| --- | --- |
| ๐Ÿ›๏ธ[`datasets`](https://github.com/kamangir/roofAI/blob/main/roofAI/dataset) [![image](https://github.com/kamangir/roofAI/raw/refactors-2025-01-12-F7jvKo/assets/christchurch_397.png)](https://github.com/kamangir/roofAI/blob/main/roofAI/dataset) Semantic Segmentation Datasets | ๐Ÿ›๏ธ[`semseg`](https://github.com/kamangir/roofAI/blob/main/roofAI/semseg) [![image](https://github.com/kamangir/roofAI/raw/refactors-2025-01-12-F7jvKo/assets/predict-00247.png)](https://github.com/kamangir/roofAI/blob/main/roofAI/semseg) A Semantic Segmenter based on [segmentation_models.pytorch](<https://github.com/qubvel/segmentation_models.pytorch/blob/master/examples/cars%20segmentation%20(camvid).ipynb>). |
| ๐Ÿ›๏ธ[`datasets`](https://github.com/kamangir/roofAI/blob/main/roofAI/dataset) [![image](https://github.com/kamangir/roofAI/raw/main/assets/christchurch_397.png)](https://github.com/kamangir/roofAI/blob/main/roofAI/dataset) Semantic Segmentation Datasets | ๐Ÿ›๏ธ[`semseg`](https://github.com/kamangir/roofAI/blob/main/roofAI/semseg) [![image](https://github.com/kamangir/roofAI/raw/main/assets/predict-00247.png)](https://github.com/kamangir/roofAI/blob/main/roofAI/semseg) A Semantic Segmenter based on [segmentation_models.pytorch](<https://github.com/qubvel/segmentation_models.pytorch/blob/master/examples/cars%20segmentation%20(camvid).ipynb>). |

---


[![pylint](https://github.com/kamangir/roofAI/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/roofAI/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/roofAI/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/roofAI/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/roofAI/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/roofAI/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/roofAI.svg)](https://pypi.org/project/roofAI/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/roofAI)](https://pypistats.org/packages/roofAI)

built by ๐ŸŒ€ [`blue_options-4.185.1`](https://github.com/kamangir/awesome-bash-cli), based on ๐Ÿ›๏ธ [`roofAI-5.18.1`](https://github.com/kamangir/roofAI).
built by ๐ŸŒ€ [`blue_options-4.185.1`](https://github.com/kamangir/awesome-bash-cli), based on ๐Ÿ›๏ธ [`roofAI-5.19.1`](https://github.com/kamangir/roofAI).
4 changes: 2 additions & 2 deletions roofAI/README.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"datasets": {
"description": "Semantic Segmentation Datasets",
"icon": ICON,
"thumbnail": "https://github.com/kamangir/roofAI/raw/refactors-2025-01-12-F7jvKo/assets/christchurch_397.png",
"thumbnail": "https://github.com/kamangir/roofAI/raw/main/assets/christchurch_397.png",
"url": "https://github.com/kamangir/roofAI/blob/main/roofAI/dataset",
},
"semseg": {
"description": "A Semantic Segmenter based on [segmentation_models.pytorch](<https://github.com/qubvel/segmentation_models.pytorch/blob/master/examples/cars%20segmentation%20(camvid).ipynb>).",
"icon": ICON,
"thumbnail": "https://github.com/kamangir/roofAI/raw/refactors-2025-01-12-F7jvKo/assets/predict-00247.png",
"thumbnail": "https://github.com/kamangir/roofAI/raw/main/assets/predict-00247.png",
"url": "https://github.com/kamangir/roofAI/blob/main/roofAI/semseg",
},
"template": {
Expand Down
2 changes: 1 addition & 1 deletion roofAI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} everything AI about roofs."

VERSION = "5.18.1"
VERSION = "5.19.1"

MARQUEE = "https://github.com/kamangir/assets/blob/main/2023-10-28-16-28-36-88493-predict.gif?raw=true"

Expand Down

0 comments on commit 0b59dea

Please # to comment.