Metadata-Version: 2.1
Name: OERPredict
Version: 0.1
Summary: A machine learning library for predicting OER catalysis performance
Home-page: https://github.com/yourusername/OERPredict
Author: Your Name
Author-email: your.email@example.com
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
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: matplotlib

# OERPredict

A Python library for predicting Oxygen Evolution Reaction (OER) catalysis performance using machine learning models.

## Installation

To install the library, use `pip`:

```bash
pip install OERPredict
