月度归档: 2026 年 1 月

3 篇文章

机器人调用ai api项目部署
apt update apt upgrade apt install python3.11 python3 -m pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple pip3 config set global.index-url https://pypi.tu…
识别数字图片
# 安装TensorFlow(内置Keras,包含MNIST数据集) pip install tensorflow==2.15.0 # 指定稳定版本,避免兼容性问题 # 辅助库:数据可视化、数值计算 pip install matplotlib numpy import tensorflow as tf import numpy as np imp…