- Notifications
You must be signed in to change notification settings - Fork196
Examples of programs built using Modal
License
modal-labs/modal-examples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a collection of examples forModal. Use these examples to learn Modal and build your own robust and scalable applications.
First, sign up for a free account atmodal.com and followthe setup instructions to install themodal
package and set your API key.
The examples are organized into several folders based on their category. You cangenerally run the files in any folder much like you run ordinary Python programs, with acommand like:
modal run 01_getting_started/hello_world.py
Although these scripts are run on your local machine, they'll communicate withModal and run in our cloud, spawning serverless containers on demand.
01_getting_started/
through14_clusters/
provide a guided tour through Modal's concepts and capabilities.misc/
contains uncategorized, miscellaneous examples.
These examples are continuously tested for correctness against Python3.11.
TheMIT license.
About
Examples of programs built using Modal