Metadata-Version: 2.4
Name: iris-species-cli
Version: 1.0.2
Summary: A simple CLI iris species predictor model
Author: omar elhalaby
License-Expression: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: scikit-learn
Dynamic: license-file

# Iris species predictor
simple CLI model for predicting Iris species using mesurments
input DataType : float, example: 1.0 or 1 or 7.2 (dosen't accept commas ",")

# Run
after installing package:
```shell
$ iris-predictor
```
it will prompt you to enter the measurements in float or int, enter the mand then the result will be shown with probablilites too!

Hope you enjoy it.


