空调反馈系统 Python代码我要分享

Python code of air conditioning feedback system

空调反馈 最佳温度

关注次数: 430

下载次数: 60

文件大小: 638KB

代码分类: 其他

开发平台: matlab

下载需要积分: 50积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

空调反馈系统 Python代码:根据室内外温度以及室内人员的反馈,得出最佳空调温度。最后,基于我们的机器学习模型,无需室内人员的输入即可获得最佳温度。


English Description:

Python code of air conditioning feedback system: obtain the best air conditioning temperature according to the indoor and outdoor temperature and the feedback of indoor personnel. Finally, based on our machine learning model, the optimal temperature can be obtained without the input of indoor personnel


代码预览

Air-con-Feedback-System-master

Kivy_App

Kivy_App\android.txt

Kivy_App\backend

Kivy_App\backend\__init__.py

Kivy_App\backend\__pycache__

Kivy_App\backend\__pycache__\__init__.cpython-37.pyc

Kivy_App\backend\__pycache__\feedback.cpython-37.pyc

Kivy_App\backend\__pycache__\firebase.cpython-37.pyc

Kivy_App\backend\firebase.py

Kivy_App\images

Kivy_App\images\HOT.jpg

Kivy_App\images\LOGO.png

Kivy_App\images\cold.jpg

Kivy_App\images\hotcold.jpg

Kivy_App\images\justnice.jpg

Kivy_App\main.py

README.md

RPi_Code

RPi_Code\External RPi code

RPi_Code\External RPi code\FIREBASE.py

RPi_Code\External RPi code\MAIN_External.py

RPi_Code\Internal RPi code

RPi_Code\Internal RPi code\FIREBASE.py

RPi_Code\Internal RPi code\I2C_LCD_driver.py

RPi_Code\Internal RPi code\MAIN_Internal.py

RPi_Code\Internal RPi code\ML_ALGO.py

RPi_Code\Sample code

RPi_Code\Sample code\DHT22 Temperature Humidity sensor.py

RPi_Code\Sample code\I2C_LCD_driver.py

RPi_Code\Sample code\LCD_Display_Test.py