AnyoneAI aims to democratize AI education by providing an intuitive and interactive platform to gain a solid understanding of AI and learn how to solve problems with it.


License
GPL-3.0
Install
pip install anyoneai==0.0.0.2

Documentation

Bootstrap logo

AnyoneAI

Democratizing AI by providing an end-to-end solution for learning, prototyping, and deploying production ready Machine Learning models at ease.
Contribute »


About

AnyoneAI aims to democratize AI education by providing an intuitive and interactive platform to gain a solid understanding of AI and learn how to solve problems with it. The platform will provide lab-based tutorials where the learners will build their own AI models as they learn, and be able to see the "actual python code" of the model automatically generated as they build.

The short "10 minutes" micro tutorials are specifically designed for learners to quickly learn and invest in themselves in small pockets of time spread throughout the day.

Status

PyPI PyPI - License

Release

Branch Release Artifact
Master Build Status PyPI
Development Build Status

Getting Started

Install

To install the beta release:

pip install anyoneai

Usage

To start AnyoneAI Lab Session (default port - 8089):

anyoneai

To start AnyoneAI Session at a specific port:

anyoneai --port <PORT>

License

GNU General Public License