Metadata-Version: 2.1
Name: OERPredict
Version: 0.3
Summary: A machine learning library for predicting OER catalysis performance
Home-page: https://github.com/liyihang1024/OERPredict
Author: liyihang
Author-email: liyihang@shu.edu.cn
Project-URL: Documentation, https://yourprojectdocs.com
Project-URL: Source, https://github.com/liyihang1024/OERPredict
Project-URL: Tracker, https://github.com/liyihang1024/OERPredict/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.18.0
Requires-Dist: pandas>=1.0.0
Requires-Dist: scikit-learn>=0.22.0
Requires-Dist: matplotlib>=3.0.0
Requires-Dist: tensorflow>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest>=5.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"

# 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
