Skip to content

Latest commit

 

History

History

README.md

ThinkExponential AILab — Documentation

Detailed guides for setting up and using the AI model deployments in this repository.

Contents

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

Where to start

  1. First time? → Read environment-setup.md to install WSL2, Docker, and GPU drivers.
  2. Running LLMs (chat, code, reasoning)? → Read ollama-usage.md.
  3. Generating images? → Read stable-diffusion-usage.md.
  4. Creating short videos? → Read moneyprinter-usage.md.
  5. Want to contribute? → Read ../CONTRIBUTING.md.