https://github.com/mundialis/geo-neural-network
Python library for neural network analysis with geodata.
https://github.com/mundialis/geo-neural-network
artificial-intelligence computer-vision geodata neural-network opensource python-library
Last synced: 3 months ago
JSON representation
Python library for neural network analysis with geodata.
- Host: GitHub
- URL: https://github.com/mundialis/geo-neural-network
- Owner: mundialis
- License: gpl-3.0
- Created: 2025-09-22T07:40:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-02-12T06:49:44.000Z (4 months ago)
- Last Synced: 2026-02-12T16:14:43.823Z (4 months ago)
- Topics: artificial-intelligence, computer-vision, geodata, neural-network, opensource, python-library
- Language: Python
- Homepage: https://pypi.org/project/geo-neural-network/
- Size: 82 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mundialis geo-neural-network library
Python library for neural network analysis with geodata.
## Installation
```bash
pip install geo-neural-network
```
## DEV setup
```bash
# pip-tools is required for DEV setup:
# only once
pip3 install pip-tools
#then install geo-neural-network from the local repository:
pip3 install -e .
```