AI Platform

Background

Artificial intelligence (AI) gig economy is here. Many companies including Uber, DoorDash, Fiverr built economies by relying on contingent workers, available on-demand. The great paradox of on-demand services is that they can be easily automated using AI technologies.

"The AI explosion will be enabled by AI-driven AI developments. As AI technologies are being recursively improved, new AI services and new AI tasks will be solved."

-- Slava Kurilyak, Founder / CEO at Produvia

About

ai-platform

AI Platform aims to automate AI R&D tasks. Our vision is to create machine learning models to solve various computer science tasks. Our mission is to achieve automation of AI technologies.

"We need to standarize AI solutions by focusing on solving AI R&D tasks while developing machine learning models that are reusable and easily accessible by all."

-- Slava Kurilyak, Founder / CEO at Produvia

What is our approach?

We are developing service-centered or task-focused machine learning models. These models, or AI services, solve distinct tasks or functions.

Examples of AI tasks include:

Proposed Folder Structure:

We store machine learning models using the following folder structure:

/tasks/area/task

For example:

/tasks/computer-vision/image-classification

Installation

To get the entire project up and running locally:

Clone the repo:

$ git clone https://github.com/produvia/ai-platform.git
$ cd ai-platform

Running Locally

This is an example of how to run object detection on the picture containing zebra:

$ cd tasks/computer-vision/object-detection/
$ mlflow run . -P photo_name=zebra.jpg

Project Components

For more information, check out documentation for the different services:

Supported Programming Languages

AI Platform supports various programming languages:

Python R Java

Supported ML Development Frameworks

AI Platform supports various machine learning frameworks and libraries:

Tensorflow Pytorch Keras Apache Spark Scikit Learn H2O

Supported ML Deployment Frameworks

AI Platform supports various machine learning deployment frameworks and libraries:

Conda Docker MLeap SageMaker Azure ML Google Cloud

Common Questions

What is the difference between AI Platform and MLflow?

AI Platform is an open source platform for automating machine learning models (aka tasks) while MLflow is open source platform for the machine learning lifecycle. AI Platform focuses on automating tasks while MLflow focuses on managing and deploying models. AI Platform focuses on automating model building. MLflow focuses on automating post-modeling. AI Platform is dependent on MLflow. MLflow is not dependent on AI Platform.

AI Platform:

AI Platform Tasks: Automate computer science tasks using AI, machine learning, deep learning and data science.

MLflow:

MLflow Tracking: Log parameters, code, and results in machine learning experiments and compare them using an interactive UI.

MLflow Projects: A code packaging format for reproducible runs using Conda and Docker, so you can share your ML code with others.

MLflow Models: A model packaging format and tools that let you easily deploy the same model (from any ML library) to batch and real-time scoring on platforms such as Docker, Apache Spark, Azure ML and AWS SageMaker.

What is the difference between AI Platform and AutoML?

AI Platform aims to make machine learning models reusable and easily accessible by all.

Automated machine learning (autoML) is a computer science methodology which aims to make machine learning more accessible. AutoML automatically generates data analysis pipelines, performs neural architecture search, hyperparameter optimization and automated feature engineering.

What is the difference between AI tasks and human tasks?

AI tasks are computer tasks solved using AI and machine learning. Unautomated AI R&D tasks are human tasks. Advances in AI will enable incremental speedup and automation of human tasks.

Datasets

Uploading Your Own Dataset

Do you have your own data? We recommend that you upload your own dataset onto a public bucket via AWS S3, or Google Drive and include a LICENSE file which describes usage rights (commercial or non-commercial).

Finding an Existing Dataset

Are you looking for a dataset? We recommend that you check out DataSetList.com which includes the biggest machine learning datasets for computer vision (CV), natural language processing (NLP), question answer (QA), audio, and medical industries. You can also search for particular datasets using Google Dataset Search.

Contributing

Code

Do you want to contribute towards AI Platform?

  1. Fork this repo (how to guide).
  2. Develop a new machine learning model or improve an existing one. Review existing tasks and outstanding issues and pull requests.
  3. Integrate MLflow into your code.
  4. Create a pull request from your fork (how to guide).

Ideas

Do you have an idea, feature request, or task request for AI Platform?

  1. Create a new issue
  2. Email the Produvia team at hello@produvia.com

Project Dependencies

ai-platform-mlflow

About Produvia

Since 2013, Produvia has partnered with companies from all industries to accelerate the adoption of AI and machine learning technologies.