xbrain专注于构建一款可解释的AI开发框架
Project description
介绍
xbrain 是一款可解释的AI开发框架。
我们在做大模型的CT,让普通开发者都能驾驭大模型,互联网企业都能开展稳定的AI业务。
特点
- 普通python函数秒变智能;
- 0学习成本0安装,在终端与xbrain聊天为编程赋能;
- 本地serverless,将任一函数部署为AI server。
使用指南
使用 pip install -U pyxbrain安装最新版本,安装完成后,在命令行输入 xb即可进入圣诞。
常见问题
- 如果输入
xb时提示:“'xb' 不是内部或外部命令,也不是可运行的程序或批处理文件”。你需要把python的Scripts目录设置在环境变量下。
开发指南
打包成 whl 文件:
py -m pip install --upgrade build
py -m build
在 C:\Users\用户名下的 .pypirc文件配置基本信息:
[distutils]
index-servers = pypi
[pypi]
#测试环境
repository = https://upload.pypi.org/legacy/
username = __token__
password = token
上传到官方:
py -m twine upload dist/*
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
pyxbrain-1.0.6.tar.gz
(9.1 kB
view details)
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
pyxbrain-1.0.6-py3-none-any.whl
(13.2 kB
view details)
File details
Details for the file pyxbrain-1.0.6.tar.gz.
File metadata
- Download URL: pyxbrain-1.0.6.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fd0776dbad4f5c2a6b2396c56910f4f3fa2865b935a4d1e0ae7280f37fa289a
|
|
| MD5 |
2d14b514b68fae0d84854f11cfdac27f
|
|
| BLAKE2b-256 |
9f17036e8a21f2f6a704f2b51c27612dd3bf5ab0876b1377d79864d4aef01858
|
File details
Details for the file pyxbrain-1.0.6-py3-none-any.whl.
File metadata
- Download URL: pyxbrain-1.0.6-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15797bbcf9c419da16649007a1ceda78cc595c3c848f483b29f64085b291bcc
|
|
| MD5 |
8bce8a99e203532e5129730a7b4281fb
|
|
| BLAKE2b-256 |
8015f57f7c40542817f347748a2a53643141b63f45405c8885077388286c6d37
|