Metadata-Version: 2.1
Name: circleml
Version: 0.0.1
Summary: A machine learning library for Python.
Author-email: SamTheProgrammer <user@example.com>
Project-URL: Homepage, https://github.com/tetrahedronai/circle
Project-URL: Bug Tracker, https://github.com/tetrahedronai/circle/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

<center>

![CircleAI Logo](assets/logo.svg)

# CircleAI

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/tetrahedronai/circle/tests.yml?style=for-the-badge)
![GitHub pull requests](https://img.shields.io/github/issues-pr/tetrahedronai/circle?style=for-the-badge)
![Codacy grade](https://img.shields.io/codacy/grade/81d90174a73440b2910a64b2b4794535?style=for-the-badge)
![Codacy coverage](https://img.shields.io/codacy/coverage/81d90174a73440b2910a64b2b4794535?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/tetrahedronai/circle?style=for-the-badge)
![GitLab stars](https://img.shields.io/github/stars/tetrahedronai/circle?style=for-the-badge)

</center>

CircleAI is a Python framework designed to speed up your machine learning workflows. It's **PyPy compatible**, for JIT-compilation-accelerated performance.

## Contents
- [CircleAI](#circleai)
  - [Contents](#contents)
- [Installation](#installation)

# Installation

Run one of the following commands in your terminal.

```shell
pip install circleai
py -m pip install circleai # windows
python3 -m pip install circleai # if the above don't work
```
