https://github.com/epam/statgpt-helm
StatGPT Helm
https://github.com/epam/statgpt-helm
llm sdmx statgpt
Last synced: 2 months ago
JSON representation
StatGPT Helm
- Host: GitHub
- URL: https://github.com/epam/statgpt-helm
- Owner: epam
- License: mit
- Created: 2025-07-07T13:33:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-04-06T15:29:49.000Z (2 months ago)
- Last Synced: 2026-04-06T17:24:43.149Z (2 months ago)
- Topics: llm, sdmx, statgpt
- Homepage: https://statgpt.dialx.ai
- Size: 80.1 KB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# StatGPT Helm Repository
[](https://github.com/epam/statgpt-helm/blob/main/LICENSE)
[](https://github.com/epam/statgpt-helm/actions/workflows/release.yaml)
[](https://github.com/epam/statgpt-helm/releases)
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs) to get started.
Once Helm has been set up correctly, add the repo as follows:
```console
helm repo add statgpt https://epam.github.io/statgpt-helm
```
If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo statgpt` to see the charts.
To install the `statgpt` chart:
```console
helm install my-release statgpt/statgpt
```
To uninstall the chart:
```console
helm delete my-release
```
## Contributing
We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/epam/statgpt-helm/blob/main/CONTRIBUTING.md) for details.
## License
[MIT License](https://github.com/epam/statgpt-helm/blob/main/LICENSE).