Cortex makes deploying, scaling, and managing machine learning systems in production simple. We believe that developers in any organization should be able to add natural language processing, computer vision, and other machine learning capabilities to their applications without having to worry about infrastructure.
Key features
Deploy
- Run Cortex locally or as a production cluster on your AWS account.
- Deploy TensorFlow, PyTorch, scikit-learn, and other models as web APIs.
- Define preprocessing and postprocessing steps in Python.
Manage
- Update APIs with no downtime.
- Stream logs from your APIs to your CLI.
- Monitor API performance and track predictions.
Scale
- Automatically scale APIs to handle production traffic.
- Reduce your cloud infrastructure spend with spot instances.
- Maximize resource utilization by deploying multiple models per API.
How it works
Get started
Install
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/0.18/get-cli.sh)"
See our installation guide, then deploy one of our examples or bring your own models to build custom APIs.
Learn more
Check out our docs and join our community.