Detailed guides for setting up and using the AI model deployments in this repository.
| Document | Description |
|---|---|
| environment-setup.md | How to build the environment — WSL2, Docker, NVIDIA CUDA, AMD ROCm, and verification |
| ollama-usage.md | How to use LLMs via Ollama — pulling models, chat UI, REST API, Python client, and per-model examples |
| stable-diffusion-usage.md | How to use Stable Diffusion — WebUI walkthrough, txt2img/img2img, REST API, prompt engineering, and parameter reference |
| moneyprinter-usage.md | How to use MoneyPrinterTurbo — video generation workflow, prompt tips, configuration, and API examples |
| ../CONTRIBUTING.md | Contributor workflow, PR checklist, and licensing guidance |
- First time? → Read environment-setup.md to install WSL2, Docker, and GPU drivers.
- Running LLMs (chat, code, reasoning)? → Read ollama-usage.md.
- Generating images? → Read stable-diffusion-usage.md.
- Creating short videos? → Read moneyprinter-usage.md.
- Want to contribute? → Read ../CONTRIBUTING.md.