diff --git a/.gitignore b/.gitignore index f17b6a5..4dabae1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,7 @@ bbit_ai/ce_pybackend.tar ktor/.kotlin/ *.mp3 *.log +*.exe *.pt +sentinel/build/ +iot/Sentinel/build/ diff --git a/readme.md b/readme.md index bf3a45c..c60ced1 100644 --- a/readme.md +++ b/readme.md @@ -15,12 +15,18 @@ - 开发语言:**Python** - **RabbitMQ**:消息队列 +- ### 中间件 + + - 牧安云哨IoT中间件 + - 开发语言:**Go** + - ### 人工智能 - **LangChain**:自定义LLM流程核心 - **LangGraph**:Agent构建核心 - **YOLO**:目标检测模型 - **DeepStream**:视频流分析框架 + - 开发语言:C++/Python - ### 数据库 @@ -42,6 +48,12 @@ - **Grafana**:数据可视化 - **EMQX**:MQTT服务 +- ## 硬件 + + - **树莓派**:Raspberry Pi 5 16G + - **Jetson**:NVIDIA Jetson Nano 8G + + ## 二、端口使用 | 键 | 值 | @@ -57,8 +69,8 @@ | | | | 8091 | ce_vue | Vue | Vue前端服务-AI实验室 | | | | 8089 | | | Ktor | 实验室业务后端,使用systemctl启动 | | | | | 13011 | ce_pybackend | FastAPI | 实验室AI后端 | -| | | 5432 | 5432 | ce_postgres | PostgreSQL | PostgreSQL数据库 | -| | | 6379 | 6379 | ce_redis | Redis | Radis数据库 | +| | | 5432 | 5432 | ce_postgres | PostgreSQL | PostgreSQL数据库,postgres:123456 | +| | | 6379 | 6379 | ce_redis | Redis | Radis数据库,无验证 | | | | | 2379 | ce_etcd | Etcd | Etcd,Key-Value 存储,给ce_milvus使用 | | https | **9000** | 9000 | 9000 | ce_minio | MinIO | MinIO数据访问 | | | | 9001 | 9001 | ce_minio | MinIO | MinIO**管理界面**,minioadmin:minioadmin |