Skip to content

lucyge2022/AI-Reference-Architecture

 
 

Repository files navigation

AI-Reference-Architecture

AI reference architecture with Alluxio

This repository contains the code and examples for an AI reference architecture with Alluxio, including machine learning training and serving.

Development Guide

The project leverages Black as the code formatter and reorder-python-imports to format imports. Black defaults to 88 characters per line (10% over 80), while this project still uses 80 characters per line. We recommend running the following commands before submitting pull requests.

black [changed-file].py --line-length 79
reorder-python-imports [changed-file].py

About

AI reference architecture with Alluxio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.7%
  • Jupyter Notebook 40.3%