Metadata-Version: 2.1
Name: nmslib-viz
Version: 0.1
Summary: NMSLIB visualization tool
Home-page: https://github.com/AlbertSuarez/nmslib-viz
Author: AlbertSuarez
Author-email: alsumo95@gmail.com
License: Apache-2.0
Keywords: nmslib visualization graph
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: tqdm (==4.43.0)
Requires-Dist: nmslib (==2.0.5)
Requires-Dist: networkx (==2.4)
Requires-Dist: matplotlib (==3.1.3)

# NMSLIB-viz

[![HitCount](http://hits.dwyl.io/AlbertSuarez/nmslib-viz.svg)](http://hits.dwyl.io/AlbertSuarez/nmslib-viz)
[![GitHub stars](https://img.shields.io/github/stars/AlbertSuarez/nmslib-viz.svg)](https://GitHub.com/AlbertSuarez/nmslib-viz/stargazers/)
[![GitHub forks](https://img.shields.io/github/forks/AlbertSuarez/nmslib-viz.svg)](https://GitHub.com/AlbertSuarez/nmslib-viz/network/)
[![GitHub contributors](https://img.shields.io/github/contributors/AlbertSuarez/nmslib-viz.svg)](https://GitHub.com/AlbertSuarez/nmslib-viz/graphs/contributors/)
[![GitHub license](https://img.shields.io/github/license/AlbertSuarez/nmslib-viz.svg)](https://github.com/AlbertSuarez/nmslib-viz/blob/master/LICENSE)
[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://GitHub.com/AlbertSuarez/nmslib-viz)

📊 NMSLIB visualization tool

> *WORK IN PROGRESS PROJECT*

## Installation

Install client via pip. Ideally, `nmslib-viz` is well supported for Python >= 3.7.

```bash
pip install nmslib-viz
```

## Usage

Just run it like this:

```bash
nmslib-viz
```

## Contributing

Suggestions, improvements, and enhancements are always welcome! If you have any issues, please do raise one in the Issues section. If you have an improvement, do file an issue to discuss the suggestion before creating a PR.

All ideas – no matter how outrageous – welcome!

## Authors

- [Albert Suàrez](https://github.com/AlbertSuarez)

## License

Apache-2.0 © nmslib-viz


