[feat] updated project presentation
Browse files- docs/brief_project_presentation.md +4 -3
- docs/index.rst +2 -2
docs/brief_project_presentation.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
# About this project
|
2 |
|
3 |
-
SamGIS is an attempt to perform instance segmentation on geospatial data even without the use of dedicated graphics cards.
|
4 |
-
The user interact on a leaflet webmap choosing areas to recognize and a backend responds with a geojson containing one or more
|
5 |
-
|
|
|
6 |
|
7 |
Check about implementation details on my [blog](https://trinca.tornidor.com/projects/samgis-sam-exporter-for-GIS).
|
|
|
1 |
# About this project
|
2 |
|
3 |
+
SamGIS is an attempt to perform [machine learning](https://developer.ibm.com/learningpaths/get-started-artificial-intelligence/ai-basics/ai-beginners-guide) [instance segmentation](https://en.wikipedia.org/wiki/Image_segmentation) on [geospatial data](https://en.wikipedia.org/wiki/Geographic_data_and_information) even without the use of dedicated graphics cards.
|
4 |
+
The user interact on a [leaflet](https://leafletjs.com) webmap choosing areas to recognize and a backend responds with a [geojson](https://it.wikipedia.org/wiki/GeoJSON) containing one or more recognized polygons within the initial webmap.
|
5 |
+
|
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-sam-exporter-for-GIS).
|
docs/index.rst
CHANGED
@@ -22,8 +22,8 @@ Welcome to SamGIS's documentation!
|
|
22 |
external_links
|
23 |
|
24 |
|
25 |
-
Indices and tables
|
26 |
-
|
27 |
|
28 |
* :ref:`genindex`
|
29 |
* :ref:`modindex`
|
|
|
22 |
external_links
|
23 |
|
24 |
|
25 |
+
Indices and tables documentation
|
26 |
+
================================
|
27 |
|
28 |
* :ref:`genindex`
|
29 |
* :ref:`modindex`
|