Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/run-house/funhouse
Fun stuff to do with runhouse
https://github.com/run-house/funhouse
Last synced: 4 days ago
JSON representation
Fun stuff to do with runhouse
- Host: GitHub
- URL: https://github.com/run-house/funhouse
- Owner: run-house
- License: apache-2.0
- Created: 2023-02-09T17:35:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T12:40:13.000Z (10 months ago)
- Last Synced: 2024-10-30T09:35:30.649Z (11 days ago)
- Language: Jupyter Notebook
- Size: 2.32 MB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎪 funhouse
Fun stuff to do with runhouse, organized into standalone scripts.
## 🏃♀️ Quickstart
tldr;
```commandline
pip install runhouse
# Or "runhouse[aws]", "runhouse[gcp]", "runhouse[azure]", "runhouse[all]"
sky check
# Optionally, for portability (e.g. Colab):
runhouse login
```
Or, more detailed setup [here](https://github.com/run-house/runhouse#-getting-started) and
more detailed tutorials and docs [here](https://github.com/run-house/tutorials).Then run a script:
```commandline
python text_to_image/sd_text_to_image.py
```
Or
```commandline
python3 -m image_text_chat.llava
```## 👷♀️ Contributing
We welcome contributions! Please check out [contributing](CONTRIBUTING.md) if you're interested.