blue-sandbox 5.143.1__py3-none-any.whl → 5.148.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- blue_sandbox/README.py +5 -9
- blue_sandbox/__init__.py +1 -1
- blue_sandbox/list.py +7 -0
- {blue_sandbox-5.143.1.dist-info → blue_sandbox-5.148.1.dist-info}/METADATA +4 -3
- {blue_sandbox-5.143.1.dist-info → blue_sandbox-5.148.1.dist-info}/RECORD +8 -8
- {blue_sandbox-5.143.1.dist-info → blue_sandbox-5.148.1.dist-info}/LICENSE +0 -0
- {blue_sandbox-5.143.1.dist-info → blue_sandbox-5.148.1.dist-info}/WHEEL +0 -0
- {blue_sandbox-5.143.1.dist-info → blue_sandbox-5.148.1.dist-info}/top_level.txt +0 -0
blue_sandbox/README.py
CHANGED
@@ -34,13 +34,6 @@ def build():
|
|
34
34
|
VERSION=VERSION,
|
35
35
|
REPO_NAME=REPO_NAME,
|
36
36
|
),
|
37
|
-
README.build(
|
38
|
-
path=os.path.join(file.path(__file__), "cemetery"),
|
39
|
-
ICON=ICON,
|
40
|
-
NAME=NAME,
|
41
|
-
VERSION=VERSION,
|
42
|
-
REPO_NAME=REPO_NAME,
|
43
|
-
),
|
44
37
|
README.build(
|
45
38
|
items=microsoft_building_damage_assessment_README.items,
|
46
39
|
cols=len(microsoft_building_damage_assessment_README.list_of_steps),
|
@@ -52,12 +45,15 @@ def build():
|
|
52
45
|
VERSION=VERSION,
|
53
46
|
REPO_NAME=REPO_NAME,
|
54
47
|
),
|
48
|
+
]
|
49
|
+
+ [
|
55
50
|
README.build(
|
56
|
-
path=os.path.join(file.path(__file__),
|
51
|
+
path=os.path.join(file.path(__file__), experiment_name),
|
57
52
|
ICON=ICON,
|
58
53
|
NAME=NAME,
|
59
54
|
VERSION=VERSION,
|
60
55
|
REPO_NAME=REPO_NAME,
|
61
|
-
)
|
56
|
+
)
|
57
|
+
for experiment_name in ["cemetery", "palisades", "sagesemseg"]
|
62
58
|
]
|
63
59
|
)
|
blue_sandbox/__init__.py
CHANGED
blue_sandbox/list.py
CHANGED
@@ -1,4 +1,11 @@
|
|
1
1
|
list_of_experiments = {
|
2
|
+
"palisades": {
|
3
|
+
"ICON": "🧑🏽🚒",
|
4
|
+
"title": "Post-disaster Land Cover Classification.",
|
5
|
+
"url": "https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/palisades/README.md",
|
6
|
+
"marquee": "https://github.com/kamangir/assets/raw/main/blue-geo/Maxar-Open-Datacube.png?raw=true",
|
7
|
+
"status": "🔥",
|
8
|
+
},
|
2
9
|
"sagesemseg": {
|
3
10
|
"ICON": "🌀",
|
4
11
|
"title": "A SemSeg (Semantic Segmenter) trained and deployed on AWS Sagemaker.",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: blue_sandbox
|
3
|
-
Version: 5.
|
3
|
+
Version: 5.148.1
|
4
4
|
Summary: 🌀 A sandbox for ideas and experiments.
|
5
5
|
Home-page: https://github.com/kamangir/blue-sandbox
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
@@ -56,11 +56,12 @@ pip install blue-sandbox
|
|
56
56
|
|
57
57
|
| | | |
|
58
58
|
| --- | --- | --- |
|
59
|
-
|
|
59
|
+
| 🧑🏽🚒[`palisades`](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/palisades/README.md) 🔥 [![image](https://github.com/kamangir/assets/raw/main/blue-geo/Maxar-Open-Datacube.png?raw=true)](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/palisades/README.md) Post-disaster Land Cover Classification. | 🌀[`sagesemseg`](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/sagesemseg/README.md) ⏸️ [![image](https://github.com/kamangir/assets/blob/main/blue-sandbox/sagesemseg-predict.png?raw=true)](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/sagesemseg/README.md) A SemSeg (Semantic Segmenter) trained and deployed on AWS Sagemaker. | 🌐[``@damages``](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) ⏸️ [![image](https://github.com/kamangir/assets/raw/main/blue-sandbox/Maui-Hawaii-fires-Aug-23-ingest-2025-01-10-qqJqhm.png?raw=true)](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/microsoft_building_damage_assessment/README.md) Satellite imagery damage assessment workflow |
|
60
|
+
| 🪦[`cemetery`](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/cemetery/README.md) 🪦 [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](https://github.com/kamangir/blue-sandbox/blob/main/blue_sandbox/cemetery/README.md) An AI cemetery. | | |
|
60
61
|
|
61
62
|
---
|
62
63
|
|
63
64
|
|
64
65
|
[![pylint](https://github.com/kamangir/blue-sandbox/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-sandbox/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-sandbox/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-sandbox/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-sandbox/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-sandbox/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-sandbox.svg)](https://pypi.org/project/blue-sandbox/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-sandbox)](https://pypistats.org/packages/blue-sandbox)
|
65
66
|
|
66
|
-
built by 🌀 [`blue_options-4.
|
67
|
+
built by 🌀 [`blue_options-4.189.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sandbox-5.148.1`](https://github.com/kamangir/blue-sandbox).
|
@@ -1,11 +1,11 @@
|
|
1
|
-
blue_sandbox/README.py,sha256=
|
2
|
-
blue_sandbox/__init__.py,sha256=
|
1
|
+
blue_sandbox/README.py,sha256=AVOS1uI7cXqeuaduTw0iRZCpmKuuaCVYumMZkLCa16o,1757
|
2
|
+
blue_sandbox/__init__.py,sha256=qJLMecoBTAlO6BUpaPNG-XmUmBqGT244q2mQAdDL7JY,323
|
3
3
|
blue_sandbox/__main__.py,sha256=aPRHSpGpk-bDbzhHpfLNsd3y1gGEHpnhoTF-RBweNwc,361
|
4
4
|
blue_sandbox/config.env,sha256=V66pxIEv4ZSBK3XKVD7_Ubqld5EQTH5-HLfF_7j8UvU,307
|
5
5
|
blue_sandbox/env.py,sha256=Fw8_TYRE8kG49c1M9MCz62tW7Ulgbpr4Mof-F5xzVlY,519
|
6
6
|
blue_sandbox/functions.py,sha256=U41kQFNPpfYV6KJpMnkqgqLkozqXiG4tgV6rj8IW1BU,7
|
7
7
|
blue_sandbox/host.py,sha256=uJpiM105rnm6ySF16zA7waWekGBdec-dlpoRRU_QqwU,210
|
8
|
-
blue_sandbox/list.py,sha256=
|
8
|
+
blue_sandbox/list.py,sha256=yGXV1QyibW4TYdsXQIt4zlErtMvII6X9yJYidsGy7GI,1703
|
9
9
|
blue_sandbox/logger.py,sha256=ZoFrTIfJJGNtZUm2d7lkQjdB2SPl_KBKDmHJOcIivPM,107
|
10
10
|
blue_sandbox/sample.env,sha256=ovfKDKAIeuqWBmMDKeAint_SKTnZuyDU1TCBZ-Y3Iqg,28
|
11
11
|
blue_sandbox/urls.py,sha256=tIZ36ONJEoUBM-tFhOpkVhLwb1OgLegUeEaBDqW4USM,24
|
@@ -47,8 +47,8 @@ blue_sandbox/microsoft_building_damage_assessment/ingest.py,sha256=tBchn4dWPIqAr
|
|
47
47
|
blue_sandbox/microsoft_building_damage_assessment/label.py,sha256=mpRNOsF8ChxSLwOyvwGmXiD7aO2xfivJPZTC5qwnLaw,823
|
48
48
|
blue_sandbox/microsoft_building_damage_assessment/sas_token.py,sha256=t6oTXc6C52CH3tFbQo2H9YUB_7upAsfUwws43Iu9pHI,214
|
49
49
|
blue_sandbox/microsoft_building_damage_assessment/train.py,sha256=8DUt0S4LuKkRIi9XpASOg5skPaM3D2VaSBg5FEn8qog,2778
|
50
|
-
blue_sandbox-5.
|
51
|
-
blue_sandbox-5.
|
52
|
-
blue_sandbox-5.
|
53
|
-
blue_sandbox-5.
|
54
|
-
blue_sandbox-5.
|
50
|
+
blue_sandbox-5.148.1.dist-info/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
|
51
|
+
blue_sandbox-5.148.1.dist-info/METADATA,sha256=qsbGYDflZMLnkhd-XBxjvUIjBf9ZY3ORjUy_iekpyYY,3761
|
52
|
+
blue_sandbox-5.148.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
53
|
+
blue_sandbox-5.148.1.dist-info/top_level.txt,sha256=4D9Cb9QUCaqdYAmBiCwvtlaYBtUYVVxv0Sxcr_pzgS8,13
|
54
|
+
blue_sandbox-5.148.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|