Home
Welcome to the Algorithmia Developer Center.
The Algorithmia platform allows you to deploy your machine and deep learning models at scale with our Serverless AI Layer. For those wanting to deploy, iterate, and scale their models on their own stack or our managed cloud, we have an Enterprise offering available. And if you need a pre-trained model or utility function for your project, check out the over 6,700 algorithms and microservices that have been deployed on Algorithmia's AI Marketplace.
Below you'll find everything you need to get started:
Deploy your machine and deep learning models and leave the devops to us:
Deploy Models
import Algorithmia
input = "YOUR_USERNAME"
client = Algorithmia.client("YOUR_API_KEY")
algo = client.algo("demo/Hello/")
print(algo.pipe(input))
Contribute to the marketplace by adding your own algorithms:
Create Algorithms