Metadata-Version: 2.4
Name: google-ml-edu
Version: 0.1.3
Summary: Python utilities for colabs and other learning material from the Google Machine Learning Education team.
Keywords: 
Author-email: ml-edu authors <ml-edu-lib@google.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
License-File: LICENSE
Requires-Dist: keras
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: tensorflow
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-xdist ; extra == "dev"
Requires-Dist: pylint>=2.6.0 ; extra == "dev"
Requires-Dist: pyink ; extra == "dev"
Project-URL: changelog, https://github.com/google/ml-edu/blob/main/CHANGELOG.md
Project-URL: homepage, https://github.com/google/ml-edu
Project-URL: repository, https://github.com/google/ml-edu
Provides-Extra: dev

# `ml-edu`

[![Unittests](https://github.com/google/ml-edu/actions/workflows/pytest_and_autopublish.yml/badge.svg)](https://github.com/google/ml-edu/actions/workflows/pytest_and_autopublish.yml)
[![PyPI version](https://badge.fury.io/py/google-ml-edu.svg)](https://badge.fury.io/py/google-ml-edu)

This repository contains Python utilities for performing machine learning tasks, optimized for use in [Google Colab](https://colab.research.google.com/).

