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
- Host: GitHub
- URL: https://github.com/nateraw/modal-examples
- Owner: nateraw
- License: apache-2.0
- Created: 2023-07-04T21:08:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T19:38:34.000Z (about 2 years ago)
- Last Synced: 2025-04-23T13:32:41.599Z (about 1 year ago)
- Topics: machine-learning, mlops, modal
- Language: Python
- Homepage: https://modal.com
- Size: 25.4 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. |