Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 574 Bytes

modal-demo

Simple Modal Demo

This is a simple modal demo created to show how to use basic capabilities of modal.

Install

To install modal & log in:

pip install modal && python3 -m modal setup

(You should also install necessary dependencies in an environment to run these notebooks)

Then if you want to run these files, you can do:

Python Files:

python scraping_example/scrape.py and python simple_example/simple_example.py

Running with Modal:

modal run scraping_example/scrape_modal.py and modal run simple_example/simple_example_modal.py