Metadata-Version: 2.1
Name: food_waste_predictor
Version: 0.13
Summary: A command-line tool to predict food waste based on household size, food type, and amount purchased.
Author: KARP
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: scikit-learn

# Food Waste Predictor

A command-line tool to predict food waste based on household size, food type, and amount purchased.

## Installation

You can install the package using pip:

```bash
pip install food_waste_predictor
