Spaces:
Running
Running
File size: 1,236 Bytes
66a0f19 0914710 66a0f19 0914710 66a0f19 0914710 66a0f19 0914710 66a0f19 0914710 66a0f19 0914710 66a0f19 0914710 66a0f19 0914710 66a0f19 0914710 66a0f19 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# SamGIS+LISA+ZeroGPU!
[LISA](https://github.com/dvlab-research/LISA) (Reasoning Segmentation via Large Language Model) applied to geospatial data thanks to [SamGIS](https://github.com/trincadev/samgis-be).
I also adapted LISA to HuggingFace [lisa-on-cuda](https://huggingface.co/spaces/aletrn/lisa-on-cuda) ZeroGPU space.
## projects I based this work on
- [LISA](https://github.com/dvlab-research/LISA)
- [Segment Anything](https://segment-anything.com)
- [ONNX Runtime](https://onnxruntime.ai/)
- [transformers](https://github.com/huggingface/transformers)
- [Vue](https://vuejs.org)
- [leaflet](https://leafletjs.com/)
My previous projects I reused:
- [SamGIS+LISA (regular GPU) huggingface space](https://huggingface.co/spaces/aletrn/samgis-lisa-on-cuda), [SamGIS+LISA blog page](https://trinca.tornidor.com/projects/lisa-adapted-for-samgis)
- [lisa-on-cuda huggingface space](https://huggingface.co/spaces/aletrn/samgis-lisa-on-cuda)
- [transformers-backport repository](https://github.com/trincadev/transformers_backport), [transformers pip package](https://snyk.io/advisor/python/transformers-backport)
# Build the frontend
Check the package.json for the custom commands, in particular:
- `build:tailwindcss`
- `build`
|