├── .github └── workflows │ └── claude.yml ├── CLAUDE.md ├── CONTRIBUTING.md ├── LICENSE └── README.md /.github/workflows/claude.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdi/awesome-private-ai/HEAD/.github/workflows/claude.yml -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdi/awesome-private-ai/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdi/awesome-private-ai/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdi/awesome-private-ai/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdi/awesome-private-ai/HEAD/README.md --------------------------------------------------------------------------------