# Electric-car-SOC **Repository Path**: Ax-NET-02/Electric-car-SOC ## Basic Information - **Project Name**: Electric-car-SOC - **Description**: 预测电动车电池SOC - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-08-31 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Logo

Electric-car-SOC

[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![License][license-shield]][license-url]

此项目是用来预测电动汽车电池的SOC(State of Charge,充电状态🔋)的值
此项目持续更新中 未完结
提交你发现的Bug · 提出你想要需求

## 关于本项目 [![预测模型][product-yu-test]](images/yu-test.png) [![训练模型][product-xun]](images/xun.png) ##### SOC 是一个非常重要的指标,用于表示电动汽车电池当前的充电量,通常以百分比表示(0%表示完全放电🪫,100%表示完全充电🔋) ## 项目实现 #### 后端: #### 本项目 使用Python常用的API接口库 FastAPI #### 前端: ##### 用Vue3做主体框架 向后端请求API接口 ## 项目可视化 1. ##### 前端搭配后端api接口 实现可视化训练数据调整训练参数 预测SOC值 2. ##### 也可以直接请求api接口使用 目前api接口只提供了预测SOC值 后续会添加训练和切换模型 ## 接口文档 #### 预测SOC接口文档: ![接口图片](./images/API-document.png) ## 项目部署 ##### 环境准备:Python Node Vue3 ##### 开发工具:Vscode Pycharm ## 贡献 ##### 贡献让开源社区成为了一个非常适合学习、启发和创新的地方。你所做出的任何贡献都是**受人尊敬**的。 ##### 如果你有好的建议,请分支(Fork)本仓库并且创建一个拉取请求(Pull Request)。你也可以简单地创建一个议题(Issue),并且添加标签「Enhancement」。不要忘记给项目点一个 Star⭐!再次感谢! 1. ##### 复刻(Fork)本项目 2. ##### 创建你的 Feature 分支 (git checkout -b feature/AmazingFeature) 3. ##### 提交你的变更 (git commit -m 'Add some AmazingFeature') 4. ##### 推送到该分支 (git push origin feature/AmazingFeature) 5. ##### 创建一个拉取请求(Pull Request) ## 许可证 ##### 根据 GPL v3.0 许可证分发。打开 `LICENSE` 查看更多内容 ## 联系 [Ax-NET](https://mail.google.com/) - xiaodian021@gmail.com [contributors-shield]: https://img.shields.io/github/contributors/Ax-NET-02/Electric-car-SOC.svg?style=for-the-badge [contributors-url]: https://github.com/Ax-NET-02/Electric-car-SOC/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/Ax-NET-02/Electric-car-SOC.svg?style=for-the-badge [forks-url]: https://github.com/Ax-NET-02/Electric-car-SOC/network/members [stars-shield]: https://img.shields.io/github/stars/Ax-NET-02/Electric-car-SOC.svg?style=for-the-badge [stars-url]: https://github.com/Ax-NET-02/Electric-car-SOC/stargazers [issues-shield]: https://img.shields.io/github/issues/Ax-NET-02/Electric-car-SOC.svg?style=for-the-badge [issues-url]: https://github.com/Ax-NET-02/Electric-car-SOC/issues [license-shield]: https://img.shields.io/github/license/Ax-NET-02/Electric-car-SOC.svg?style=for-the-badge [license-url]: https://github.com/Ax-NET-02/Electric-car-SOC/blob/master/LICENSE [product-yu-test]: images/yu-test.png [product-xun]: images/xun.png