BurmeseGPT is a Burmese-first AI ecosystem package, including Padauk, an agentic small language model built for tool use, function calling, and local deployment.
Project description
BurmeseGPT
BurmeseGPT is an open Burmese-first AI ecosystem created by Dr. Wai Yan Nyein Naing. This Python package is the main package for BurmeseGPT projects, including Padauk, a practical agentic small language model built for Burmese language understanding, tool use, function calling, and local or edge deployment.
Why BurmeseGPT
Burmese is still a low-resource language in AI, and practical Burmese AI tooling remains limited for many real developer workflows. BurmeseGPT focuses on useful, production-minded, and developer-friendly Burmese AI systems that can run locally and integrate with modern agent and API patterns.
Related projects
- Padauk - Burmese-first agentic language model.
- Burmese-Coder - Burmese coding and technical AI direction.
- Future tools and integrations under the BurmeseGPT ecosystem.
End-User Install And Use
This section is the simple user flow only: install, download, run, and test the local API.
Requirements:
- Python
>=3.10 llama-serveron yourPATHllama-server --versionshould report8751or newer,8833recommended
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install "burmesegpt[full]"
If your default python3 is below 3.10, use an explicit interpreter:
/opt/homebrew/bin/python3.11 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install "burmesegpt[full]"
See docs/guides/pypi-install-quickstart.md for the same copy-paste flow.
Download Model And Run API
First, confirm the runtime is available from your shell:
llama-server --version
burmesegpt download --quant q8_0
burmesegpt serve --quant q8_0 --host 127.0.0.1 --port 8000
Keep that terminal running while you test requests.
Test With API Call (curl)
curl http://127.0.0.1:8000/v1/models
curl http://127.0.0.1:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-no-key-required" \
-d '{
"model": "padauk-agent",
"messages": [{"role": "user", "content": "မင်္ဂလာပါ"}]
}'
Test With OpenAI Agents SDK
python -m pip install openai-agents
import asyncio
from openai import AsyncOpenAI
from agents import Agent, Runner, set_default_openai_api, set_default_openai_client, set_tracing_disabled
set_tracing_disabled(True)
set_default_openai_api("chat_completions")
set_default_openai_client(
AsyncOpenAI(base_url="http://127.0.0.1:8000/v1", api_key="sk-no-key-required")
)
padauk = Agent(
name="Padauk Assistant",
model="padauk-agent",
instructions="Reply in Burmese by default.",
)
async def main() -> None:
result = await Runner.run(padauk, input="မင်္ဂလာပါ")
print(result.final_output)
asyncio.run(main())
Maintainer Release Validation
If you are packaging or rebuilding the model, use these maintainer-only guides:
docs/guides/pypi-release-guide.mddocs/guides/hf-to-gguf-quantization-guide.mddocs/guides/gemma4-shared-kv-rca.md
Links
- Website: https://www.waiyannyeinnaing.com/
- Padauk: https://www.waiyannyeinnaing.com/projects/padauk
- Source: https://github.com/WaiYanNyeinNaing/burmese-gpt-pypi-api
- Hugging Face source repo: https://huggingface.co/WYNN747/Burmese-GPT-Padauk
- Hugging Face GGUF repo: https://huggingface.co/WYNN747/padauk-burmese-agentic-llm
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file burmesegpt-0.1.10.tar.gz.
File metadata
- Download URL: burmesegpt-0.1.10.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6deacb4a4b319c4b316fe7de2a171e75cde8285a24f3106ea9c05aec3df90f59
|
|
| MD5 |
7c45366376d643f4772d75933e3bc83e
|
|
| BLAKE2b-256 |
5b5aeba9b679366894c31dda6d2dadc64af097c60168d7ac5d797d75f1fcce43
|
Provenance
The following attestation bundles were made for burmesegpt-0.1.10.tar.gz:
Publisher:
publish-pypi.yml on WaiYanNyeinNaing/burmese-gpt-pypi-api
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
burmesegpt-0.1.10.tar.gz -
Subject digest:
6deacb4a4b319c4b316fe7de2a171e75cde8285a24f3106ea9c05aec3df90f59 - Sigstore transparency entry: 1335286715
- Sigstore integration time:
-
Permalink:
WaiYanNyeinNaing/burmese-gpt-pypi-api@0a0b97da9c7493b6257cb1590e8ce2876540432f -
Branch / Tag:
refs/heads/publish-clean - Owner: https://github.com/WaiYanNyeinNaing
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@0a0b97da9c7493b6257cb1590e8ce2876540432f -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file burmesegpt-0.1.10-py3-none-any.whl.
File metadata
- Download URL: burmesegpt-0.1.10-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68209cd8e11bd676a4c175eb8fa3a7d6f24353c610df47d0568a6f71403ce9a6
|
|
| MD5 |
e71a79bf9fece3ea2f86e442cb83948d
|
|
| BLAKE2b-256 |
6e472b756d2643e72bbca606ba3e33c151f1dbbe7998654dd8d59e6388f83cca
|
Provenance
The following attestation bundles were made for burmesegpt-0.1.10-py3-none-any.whl:
Publisher:
publish-pypi.yml on WaiYanNyeinNaing/burmese-gpt-pypi-api
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
burmesegpt-0.1.10-py3-none-any.whl -
Subject digest:
68209cd8e11bd676a4c175eb8fa3a7d6f24353c610df47d0568a6f71403ce9a6 - Sigstore transparency entry: 1335286803
- Sigstore integration time:
-
Permalink:
WaiYanNyeinNaing/burmese-gpt-pypi-api@0a0b97da9c7493b6257cb1590e8ce2876540432f -
Branch / Tag:
refs/heads/publish-clean - Owner: https://github.com/WaiYanNyeinNaing
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@0a0b97da9c7493b6257cb1590e8ce2876540432f -
Trigger Event:
workflow_dispatch
-
Statement type: