Metadata-Version: 2.1
Name: vanilla-knn
Version: 0.1.1
Summary: Uma implementação simples do algoritmo KNN em Python.
Home-page: https://github.com/RayVilaca/vanilla-knn
Author: RayVil
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# vanilla-knn

[![PyPI version](https://badge.fury.io/py/vanilla-knn.svg)](https://badge.fury.io/py/vanilla-knn)

A simple implementation of the k-nearest neighbors (KNN) algorithm without using external libraries.

## English Version

For English, please see [README-en.md](https://github.com/RayVilaca/vanilla-knn/blob/main/README-en.md).

## Versão em Português

Para português, veja [README-pt.md](https://github.com/RayVilaca/vanilla-knn/blob/main/README-pt.md).

