Metadata-Version: 2.1
Name: aiqc
Version: 5.3.1
Summary: End-to-end machine learning on your desktop or server.
Home-page: https://aiqc.readthedocs.io/
Author: Layne Sadler
Author-email: layne.sadler@gmail.com
License: BSD 3-Clause
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.5, <=3.8.12
Description-Content-Type: text/markdown
Requires-Dist: tensorflow (==2.7.0)
Requires-Dist: Keras (==2.7.0)
Requires-Dist: h5py (==3.6.0)
Requires-Dist: torch (==1.8.1)
Requires-Dist: torchmetrics (==0.8.2)
Requires-Dist: peewee (==3.14.3)
Requires-Dist: scikit-learn (==0.24.1)
Requires-Dist: numpy (==1.19.5)
Requires-Dist: pandas (>=1.1.0)
Requires-Dist: Pillow (==8.1.2)
Requires-Dist: pyarrow (==3.0.0)
Requires-Dist: fastparquet (==0.7.1)
Requires-Dist: plotly (==5.3.1)
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: natsort (==7.1.1)
Requires-Dist: tqdm (==4.59.0)
Requires-Dist: validators (==0.18.2)
Requires-Dist: dill (==0.3.3)
Requires-Dist: fsspec (==0.9.0)
Requires-Dist: Werkzeug (==2.0.3)
Requires-Dist: dash (==2.2.0)
Requires-Dist: dash-bootstrap-components (==1.1.0)
Requires-Dist: jupyter-dash (==0.4.1)

<!-- 
	This page is formatted for GitHub's markdown renderer 
	Note that GitHub does not allow for inline style or <script> tags.

	It is also displayed on PyPI, which has slightly different formatting
	e.g. can't use html <center> tags.
-->
<a href="https://badge.fury.io/py/aiqc"><img src="https://badge.fury.io/py/aiqc.svg" alt="PyPI version" height="18"></a>
<a href="https://aiqc.readthedocs.io"> <img src="https://readthedocs.org/projects/aiqc/badge/?version=latest" alt="docs status" height="18"></a>
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

</br>
<h1 align='center'>📚&nbsp;&nbsp;<a href="https://aiqc.readthedocs.io/">Documentation</a></h1>
</br></br>


<a href="https://aiqc.readthedocs.io/">
	<img src="https://raw.githubusercontent.com/aiqc/aiqc/main/docs/images/web/framework_may4.png" width="95%" alt="framework"/>
</a>
</br></br></br>


<a href="https://aiqc.readthedocs.io/">
	<img src="https://raw.githubusercontent.com/aiqc/AIQC/main/docs/images/dashboard/experiment_tracker.gif" width="95%" alt="experiment_tracker"/>
</a>
</br></br></br>


<a href="https://aiqc.readthedocs.io/">
	<img src="https://raw.githubusercontent.com/aiqc/AIQC/main/docs/images/dashboard/compare_models.gif" width="95%" alt="compare_models"/>
</a>
</br></br></br>


# Install

```python
# Designed for Python 3.7.12 to mirror Google Colab
pip install --upgrade pip
pip install --upgrade wheel
pip install --upgrade aiqc


# Create & connect to SQLite db
import aiqc
aiqc.setup()


# Declare preprocessing steps
aiqc.Pipeline.Tabular(...)


# Launch app to monitor training
from aiqc.lab import Tracker
Tracker().start()


# Declare & run models
aiqc.Experiment(...).run_jobs()
```

> Official Installation Documentation:
>
> https://aiqc.readthedocs.io/en/latest/notebooks/installation.html


</br></br>
<h1 align='center'>📚&nbsp;&nbsp;<a href="https://aiqc.readthedocs.io/">Documentation</a></h1>


