Metadata-Version: 2.1
Name: anyoneai
Version: 0.0.0.8
Summary: 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. 
Home-page: https://github.com/ArjunInventor/anyoneai
Author: Arjun S
Author-email: arjun.santhoshkumar@gmail.com
License: GNU
Description: <p align="center">
          <a href="https://github.com/ArjunInventor/AnyoneAI/">
            <img src="https://raw.githubusercontent.com/ArjunInventor/AnyoneAI/master/Logo.png" alt="Bootstrap logo" width="72" height="72">
          </a>
        </p>
        
        <h3 align="center">AnyoneAI</h3>
        
        <p align="center" markdown="1">
          Democratizing AI by providing an end-to-end solution for learning, prototyping, and deploying production ready Machine Learning models at ease.
          <br>
          <a href="https://github.com/ArjunInventor/AnyoneAI/projects"><strong>Contribute Â»</strong></a>
          <br>
          </p>
            <br>
            
        <img width="100%" src="https://raw.githubusercontent.com/ArjunInventor/AnyoneAI/master/lab_screenshot.png">
        
        ## 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.
        <br>
        <br>
        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](https://img.shields.io/pypi/v/anyoneai)
        ![PyPI - License](https://img.shields.io/pypi/l/anyoneai)
        
        
        ## Release
        | Branch      | Release                                                                                                                                                                                                                                      | Artifact                                     |
        |-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------|
        | Master      | [![Build Status](https://dev.azure.com/arjunsanthoshkumar/AnyoneAI/_apis/build/status/AnyoneAI%20Production?branchName=master)](https://dev.azure.com/arjunsanthoshkumar/AnyoneAI/_build/latest?definitionId=3&branchName=master)            | [PyPI](https://pypi.org/project/anyoneai/) |
        | Development | [![Build Status](https://dev.azure.com/arjunsanthoshkumar/AnyoneAI/_apis/build/status/AnyoneAI%20Development?branchName=development)](https://dev.azure.com/arjunsanthoshkumar/AnyoneAI/_build/latest?definitionId=4&branchName=development) |                                              |
        
        
        ## 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
        <a href="https://github.com/ArjunInventor/AnyoneAI/blob/master/LICENSE">GNU General Public License</a>
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.5
Description-Content-Type: text/markdown
