Metadata-Version: 2.4
Name: novandri
Version: 0.1.0
Summary: A simple ANN training and deployment package for machine learning models.
Author-email: Andri Novandri <andrie.nov11@gmail.com>
Project-URL: Homepage, https://novandri.streamlit.app
Project-URL: Repository, https://github.com/andrienov11/novandri
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: tensorflow
Requires-Dist: joblib
Requires-Dist: h5py
Requires-Dist: openpyxl

# novandri

A simple Python library for deploying package models.

## Installation

```bash
pip install novandri
