Metadata-Version: 2.1
Name: food_waste_predictor
Version: 0.7
Summary: A command-line tool to predict food waste based on household size, food type, and amount purchased.
Home-page: https://github.com/yourusername/food_waste_predictor
Author: Your Name
Author-email: your.email@example.com
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
