Metadata-Version: 2.1
Name: zensvi
Version: 0.3.2
Summary: This package handles downloading, cleaning, analyzing street view imagery in one-stop and zen manner.
License: MIT
Author: koito19960406
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Pillow (>=8.3.2,<9.6)
Requires-Dist: Shapely (>=1.8.1)
Requires-Dist: geopandas (>=0.9.0,<0.10.0)
Requires-Dist: geopy (>=2.2.0,<3.0.0)
Requires-Dist: mapillary (>=1.0.11,<2.0.0)
Requires-Dist: networkx (>=3.1,<4.0)
Requires-Dist: numpy (>=1.21.0)
Requires-Dist: opencv_python (>=4.5.3,<5.0.0)
Requires-Dist: osmnx (>=1.1.1,<2.0.0)
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: scipy (>=1.7.1,<2.0.0)
Requires-Dist: setuptools (>=64.0.3,<65.0.0)
Requires-Dist: torch (>=2.0.0,<3.0.0)
Requires-Dist: tqdm (>=4.0.0,<5.0.0)
Requires-Dist: transformers (>=4.10.2,<5.0.0)
Description-Content-Type: text/markdown

# ZenSVI

This package handles downloading, cleaning, analyzing street view imagery

## Installation

```bash
$ pip install zensvi
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`zensvi` was created by koito19960406. It is licensed under the terms of the MIT license.

## Credits

`zensvi` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

