An open API service indexing awesome lists of open source software.

https://github.com/nateraw/modal-examples

Apps that run on modal.com
https://github.com/nateraw/modal-examples

machine-learning mlops modal

Last synced: about 1 year ago
JSON representation

Apps that run on modal.com

Awesome Lists containing this project

README

          

# modal-examples

Playing around with [modal](https://modal.com).

## Getting Started

Install modal client and authenticate:

```
pip install modal-client
modal token new
```

## Examples

| Example | Description |
| --- | --- |
| [QR Code Stable Diffusion](./qrcode-stable-diffusion) | Generate stylish QR Codes with Stable Diffusion on modal. |
| [YouTube Downloader](./youtube-downloader) | This example downloads the MusicCaps dataset from YouTube. It calls the download function in parallel by using Modal's starmap function, generating results as they become available on the various machines. |
| [Lambda Cloud Watcher](./lambda_watcher) | Text yourself whenever the machine you want on [Lambda](https://lambdalabs.com/cloud) is available. |
| [Mothership Comedy Club Alerts](./mothership-alerts) | Text yourself whenever new shows get added to the Comedy Mothership's website. |