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: 27 days ago
JSON representation

Fun stuff to do with runhouse

Lists

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.