# car_raspberry **Repository Path**: chen-lifeng20040204/car_raspberry ## Basic Information - **Project Name**: car_raspberry - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-08 - **Last Updated**: 2024-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行 ```bash # 在电脑调试时 python app_pi.py # 在树莓派上,通常会有个python2,所以需要指定python3 python3 app_pi.py ``` 语音识别部分使用了开源模型stt:[https://github.com/jianchang512/stt](https://github.com/jianchang512/stt)。如果你只弄客户端界面的控制,就不用管语音识别部分,不影响。