Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Cortex

  • Cortex is an open source platform for deploying machine learning models as production web services.
  • https://www.cortex.dev/
  • You can deploy models from any Python framework by defining a class that implements Cortex's Python Predictor interface. Cortex supports TensorFlow, PyTorch, scikit-learn, XGBoost, and more.
  • Cortex automatically scales APIs to handle production workloads.
  • Cortex is designed to be self-hosted on any AWS account.