irvinebroque / modal-examples

Examples of programs built using Modal

Home Page:https://modal.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modal Examples

This is a collection of examples for Modal. Use these examples to learn Modal and build your own robust and scalable applications.

Usage

First, sign up for a free account at modal.com and follow the setup instructions to install the modal package and set your API key.

The examples are organized into several folders based on their category. You can generally run the files in any folder as ordinary Python programs, with a command like:

python -m 01_getting_started.hello_world

Although these scripts are run on your local machine, they'll communicate with Modal and run in our cloud, spawning serverless containers on demand.

Examples

These examples are continuously tested for correctness against Python 3.11.

License

The MIT license.

About

Examples of programs built using Modal

https://modal.com/docs

License:MIT License


Languages

Language:Python 79.4%Language:Svelte 5.7%Language:CSS 4.5%Language:JavaScript 4.3%Language:TypeScript 2.7%Language:HTML 2.7%Language:Jupyter Notebook 0.6%Language:Shell 0.2%