简单智能官方实现
Project description
简单智能官方实现
官方网站 http://www.www.easysmart.top
新设备&demo投稿请提交issue
使用本项目的demo
人类反馈强化学习(开发中)
https://github.com/jiandanzhineng/humanRL
安装方式
pip install easysmart
在其他脚本中使用
import easysmart as ezs
import threading
import pathlib
root_path = pathlib.Path(__file__).parent.absolute().joinpath('data')
main_server_thread = threading.Thread(target=ezs.start_server, args=(root_path,))
main_server_thread.daemon = True
main_server_thread.start()
HTTP API
https://console-docs.apipost.cn/preview/91b7075b8e535790/83ff4d1e5753d015
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
easysmart-20240229143323.tar.gz
(13.3 kB
view details)
File details
Details for the file easysmart-20240229143323.tar.gz.
File metadata
- Download URL: easysmart-20240229143323.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95b6d0ff035b709a751170be51da266da80fd5979bf0f80027a95d658cb672d4
|
|
| MD5 |
bbf15f8b7f0db73c4906fecbfda9c8cf
|
|
| BLAKE2b-256 |
1c826e43deee2724f2f257b50f5e5196572ce5850d848ce5de249cc3bce61d8a
|