[doc] add a section about the demo websites
Browse files- docs/brief_project_presentation.md +11 -0
- docs/samgis.io.rst +0 -8
docs/brief_project_presentation.md
CHANGED
|
@@ -6,3 +6,14 @@ The user interact on a [leaflet](https://leafletjs.com) webmap choosing areas to
|
|
| 6 |
The backend perform machine learning inference using a [Segment Anything](https://segment-anything.com) model and [ONNXRuntime](https://onnxruntime.ai) as runtime.
|
| 7 |
|
| 8 |
Check about implementation details on my [blog](https://trinca.tornidor.com/projects/samgis-segment-anything-applied-to-GIS).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
The backend perform machine learning inference using a [Segment Anything](https://segment-anything.com) model and [ONNXRuntime](https://onnxruntime.ai) as runtime.
|
| 7 |
|
| 8 |
Check about implementation details on my [blog](https://trinca.tornidor.com/projects/samgis-segment-anything-applied-to-GIS).
|
| 9 |
+
|
| 10 |
+
# Self-hosted demo
|
| 11 |
+
|
| 12 |
+
You can visit my self-hosted demo [here](https://ml-trinca.tornidor.com).
|
| 13 |
+
Since this demo uses a backend hosted on my AWS account I keep it under authentication to prevent abuses.
|
| 14 |
+
|
| 15 |
+
# HuggingFace Space demo
|
| 16 |
+
|
| 17 |
+
I added also a demo on this [HuggingFace Space](https://huggingface.co/spaces/aletrn/samgis). It's
|
| 18 |
+
possible to find [here](https://aletrn-samgis.hf.space/) the direct space url and
|
| 19 |
+
[here](https://aletrn-samgis.hf.space/docs#/) the OpenAPI swagger documentation.
|
docs/samgis.io.rst
CHANGED
|
@@ -28,14 +28,6 @@ samgis.io.lambda\_helpers module
|
|
| 28 |
:undoc-members:
|
| 29 |
:show-inheritance:
|
| 30 |
|
| 31 |
-
samgis.io.lambda\_wrapper module
|
| 32 |
-
--------------------------------
|
| 33 |
-
|
| 34 |
-
.. automodule:: samgis.io.lambda_wrapper
|
| 35 |
-
:members:
|
| 36 |
-
:undoc-members:
|
| 37 |
-
:show-inheritance:
|
| 38 |
-
|
| 39 |
samgis.io.tms2geotiff module
|
| 40 |
----------------------------
|
| 41 |
|
|
|
|
| 28 |
:undoc-members:
|
| 29 |
:show-inheritance:
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
samgis.io.tms2geotiff module
|
| 32 |
----------------------------
|
| 33 |
|