An open API service indexing awesome lists of open source software.

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.

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 .
```