smartpi 1.1.8__cp39-none-any.whl → 1.1.9__cp39-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- smartpi/__init__.pyc +0 -0
- smartpi/_gui.pyc +0 -0
- smartpi/ai_asr.pyc +0 -0
- smartpi/ai_llm.pyc +0 -0
- smartpi/ai_tts.pyc +0 -0
- smartpi/ai_vad.pyc +0 -0
- smartpi/audio.pyc +0 -0
- smartpi/base_driver.pyc +0 -0
- smartpi/camera.pyc +0 -0
- smartpi/color_sensor.pyc +0 -0
- smartpi/cw2015.pyc +0 -0
- smartpi/flash.pyc +0 -0
- smartpi/humidity.pyc +0 -0
- smartpi/led.pyc +0 -0
- smartpi/light_sensor.pyc +0 -0
- smartpi/local_model.pyc +0 -0
- smartpi/mcp_client.pyc +0 -0
- smartpi/mcp_fastmcp.pyc +0 -0
- smartpi/mcp_intent_recognizer.pyc +0 -0
- smartpi/models/__init__.pyc +0 -0
- smartpi/models/snakers4_silero-vad/__init__.pyc +0 -0
- smartpi/models/snakers4_silero-vad/hubconf.pyc +0 -0
- smartpi/motor.pyc +0 -0
- smartpi/move.pyc +0 -0
- smartpi/onnx_hand_workflow.pyc +0 -0
- smartpi/onnx_image_workflow.pyc +0 -0
- smartpi/onnx_pose_workflow.pyc +0 -0
- smartpi/onnx_text_workflow.pyc +0 -0
- smartpi/onnx_voice_workflow.pyc +0 -0
- smartpi/posemodel/__init__.pyc +0 -0
- smartpi/posenet_utils.pyc +0 -0
- smartpi/rknn_hand_workflow.pyc +0 -0
- smartpi/rknn_image_workflow.pyc +0 -0
- smartpi/rknn_pose_workflow.pyc +0 -0
- smartpi/rknn_text_workflow.pyc +0 -0
- smartpi/rknn_voice_workflow.pyc +0 -0
- smartpi/servo.pyc +0 -0
- smartpi/temperature.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/__init__.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/asr/__init__.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/asr/flash_recognizer.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/asr/speech_recognizer.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/common/__init__.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/common/credential.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/common/log.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/common/utils.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/soe/__init__.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/soe/speaking_assessment.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/tts/__init__.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/tts/flowing_speech_synthesizer.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer_ws.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/vc/__init__.pyc +0 -0
- smartpi/tencentcloud-speech-sdk-python/vc/speech_convertor_ws.pyc +0 -0
- smartpi/text_gte_model/__init__.pyc +0 -0
- smartpi/text_gte_model/config/__init__.pyc +0 -0
- smartpi/text_gte_model/gte/__init__.pyc +0 -0
- smartpi/touch_sensor.pyc +0 -0
- smartpi/trace.pyc +0 -0
- smartpi/ultrasonic.pyc +0 -0
- {smartpi-1.1.8.dist-info → smartpi-1.1.9.dist-info}/METADATA +1 -1
- smartpi-1.1.9.dist-info/RECORD +77 -0
- smartpi-1.1.8.dist-info/RECORD +0 -77
- {smartpi-1.1.8.dist-info → smartpi-1.1.9.dist-info}/WHEEL +0 -0
- {smartpi-1.1.8.dist-info → smartpi-1.1.9.dist-info}/top_level.txt +0 -0
smartpi/__init__.pyc
CHANGED
|
Binary file
|
smartpi/_gui.pyc
CHANGED
|
Binary file
|
smartpi/ai_asr.pyc
CHANGED
|
Binary file
|
smartpi/ai_llm.pyc
CHANGED
|
Binary file
|
smartpi/ai_tts.pyc
CHANGED
|
Binary file
|
smartpi/ai_vad.pyc
CHANGED
|
Binary file
|
smartpi/audio.pyc
CHANGED
|
Binary file
|
smartpi/base_driver.pyc
CHANGED
|
Binary file
|
smartpi/camera.pyc
CHANGED
|
Binary file
|
smartpi/color_sensor.pyc
CHANGED
|
Binary file
|
smartpi/cw2015.pyc
CHANGED
|
Binary file
|
smartpi/flash.pyc
CHANGED
|
Binary file
|
smartpi/humidity.pyc
CHANGED
|
Binary file
|
smartpi/led.pyc
CHANGED
|
Binary file
|
smartpi/light_sensor.pyc
CHANGED
|
Binary file
|
smartpi/local_model.pyc
CHANGED
|
Binary file
|
smartpi/mcp_client.pyc
CHANGED
|
Binary file
|
smartpi/mcp_fastmcp.pyc
CHANGED
|
Binary file
|
|
Binary file
|
smartpi/models/__init__.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
smartpi/motor.pyc
CHANGED
|
Binary file
|
smartpi/move.pyc
CHANGED
|
Binary file
|
smartpi/onnx_hand_workflow.pyc
CHANGED
|
Binary file
|
smartpi/onnx_image_workflow.pyc
CHANGED
|
Binary file
|
smartpi/onnx_pose_workflow.pyc
CHANGED
|
Binary file
|
smartpi/onnx_text_workflow.pyc
CHANGED
|
Binary file
|
smartpi/onnx_voice_workflow.pyc
CHANGED
|
Binary file
|
smartpi/posemodel/__init__.pyc
CHANGED
|
Binary file
|
smartpi/posenet_utils.pyc
CHANGED
|
Binary file
|
smartpi/rknn_hand_workflow.pyc
CHANGED
|
Binary file
|
smartpi/rknn_image_workflow.pyc
CHANGED
|
Binary file
|
smartpi/rknn_pose_workflow.pyc
CHANGED
|
Binary file
|
smartpi/rknn_text_workflow.pyc
CHANGED
|
Binary file
|
smartpi/rknn_voice_workflow.pyc
CHANGED
|
Binary file
|
smartpi/servo.pyc
CHANGED
|
Binary file
|
smartpi/temperature.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
smartpi/touch_sensor.pyc
CHANGED
|
Binary file
|
smartpi/trace.pyc
CHANGED
|
Binary file
|
smartpi/ultrasonic.pyc
CHANGED
|
Binary file
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
smartpi/__init__.pyc,sha256=basl72xFPPkzE8bSYCUn0yKeBVMbvN4QuLE560LEwj0,586
|
|
2
|
+
smartpi/_gui.pyc,sha256=_72WVGN7JBrqaghqdc4jDnJf8DCxSq-ITdro1s__oqE,3240
|
|
3
|
+
smartpi/ai_asr.pyc,sha256=rx6sKkWAMYw-1HFCNXHuumikLq6sIjxYzqJoE-zwi4s,25314
|
|
4
|
+
smartpi/ai_llm.pyc,sha256=hP9oXdKIf7KJWyJ1SseAPO4gkLk4ClyvlQTX1jvLShY,23307
|
|
5
|
+
smartpi/ai_tts.pyc,sha256=B3US6KXSnUiaqN7jCD8TMjdqEmyosdzPaafAGFX6hpw,23558
|
|
6
|
+
smartpi/ai_vad.pyc,sha256=IXbv4i-iaKzTph4Uw37JB57C-Ebe5xBRnvQE9jAKWoY,2415
|
|
7
|
+
smartpi/audio.pyc,sha256=W6bmunm_WxRsGgsYILrNpnTNiyjUDHlXnrcv3p76nGg,2701
|
|
8
|
+
smartpi/base_driver.pyc,sha256=64KG6BQhis2z6bdCFvk5Qt0FUe5cY8MlzZVUr_oD1Cs,13695
|
|
9
|
+
smartpi/camera.pyc,sha256=pzxaiMgMHaezOJBQQKIzOJ1CTZZDHVyjUjpvFL6I3sc,2545
|
|
10
|
+
smartpi/color_sensor.pyc,sha256=IG6EQ3AbIFyEzeXgIFeJGR-WCqPoddvPh5cXT_SYDUE,576
|
|
11
|
+
smartpi/cw2015.pyc,sha256=JwuHuM8pXWV-UB3aelSftW6BFcsj5IC4ieb9cNgl4gU,5255
|
|
12
|
+
smartpi/flash.pyc,sha256=Ma-uEz35ky-SMYDDDTHcAI2Vu8_bSFDutE3PXeTyy6I,3403
|
|
13
|
+
smartpi/humidity.pyc,sha256=o3dDVFUWw0hyTJuA5pX57-YJ7sEozvCKnJdM6_gvkAo,576
|
|
14
|
+
smartpi/led.pyc,sha256=D-_DPf8K-vOWtTj-Xz8IkFr0h5ReD2OwoZrppCmevDA,540
|
|
15
|
+
smartpi/light_sensor.pyc,sha256=H8nhKeTVmJsixDCKVDc2_7NTSNCGFsgEUiTT9y9XkCA,1789
|
|
16
|
+
smartpi/local_model.pyc,sha256=XPiEdOPeMMndvUesLlmIfa79YXhbCanHpAK5cyx3Jq8,10923
|
|
17
|
+
smartpi/mcp_client.pyc,sha256=cSS6Ry-RYhnbxxYfQfrKAWZgFmRjPmeALFLQQDi5V5k,2486
|
|
18
|
+
smartpi/mcp_fastmcp.pyc,sha256=Src69ysq8cIw3AusaDeYdXHtGIvGak_MxtZBVqrDi7k,7058
|
|
19
|
+
smartpi/mcp_intent_recognizer.pyc,sha256=OIh-qe6J5WdjcoaHPEZEKEJWM65_pCmHk6Hi8otwaBc,9079
|
|
20
|
+
smartpi/motor.pyc,sha256=rG8Bb87I_u6aqgKEh-w0HQkMXR2t5X1v6Bm8FQW37nw,3537
|
|
21
|
+
smartpi/move.pyc,sha256=nue3Nuyd_1kYcr2VMAkT2bl8W6jcgLSAiZ5SQJEudWA,3926
|
|
22
|
+
smartpi/onnx_hand_workflow.pyc,sha256=W3yppDvv2ip8RXoD8G01vs92Hvs825EoW-a6KYt6n6Q,5119
|
|
23
|
+
smartpi/onnx_image_workflow.pyc,sha256=RxtOpj8gGxZyQTtgrcoC7qTyAAxPDNf1tIjY6Y3iWOQ,4384
|
|
24
|
+
smartpi/onnx_pose_workflow.pyc,sha256=2h_kGTN5v-AIiE5m5z9_dNSPbAGi9SlTrm4GylHYJeQ,12145
|
|
25
|
+
smartpi/onnx_text_workflow.pyc,sha256=Ge_36eM96x1E1ei7l8XTt4flAv63bco4LC8P_25W6CA,5194
|
|
26
|
+
smartpi/onnx_voice_workflow.pyc,sha256=JiTacItX5l3oL5OVYR2TF5xf9ZoNpDhmhCprHIz8jt0,11417
|
|
27
|
+
smartpi/posenet_utils.pyc,sha256=YicRaDztYHfN4G1Mfix53O7nPTSL75ZMS2-ai2RUSbk,7222
|
|
28
|
+
smartpi/rknn_hand_workflow.pyc,sha256=8hCbCb2si_iJ9SVIyznnuaXmK0gocDk9rUxL9FPIPu0,6405
|
|
29
|
+
smartpi/rknn_image_workflow.pyc,sha256=oyQ4JoQrC77vVfCWbw4n9TC7_X9uZ7oO_zj5JMCzeKY,13535
|
|
30
|
+
smartpi/rknn_pose_workflow.pyc,sha256=1JJAVquD6VRL_U7I0AV92wFdVUfpUuUhB1s2LiZHpVY,14624
|
|
31
|
+
smartpi/rknn_text_workflow.pyc,sha256=LDKb22Zk2LcpKhVJJenUZ4LkHfMeprbg8N6DtDJyfwM,7127
|
|
32
|
+
smartpi/rknn_voice_workflow.pyc,sha256=6jgi-bfkxVYPLvJV1QXbSJCm1yd2CIXZHtzX9uMRBBA,11266
|
|
33
|
+
smartpi/servo.pyc,sha256=VQ-ebYy0mZLxkgGd1-4Hix5J6RVvL2EBY5tUkM75SWY,3889
|
|
34
|
+
smartpi/temperature.pyc,sha256=PjYBU5GdZTNfQh_g42nczlOvHCv3P7TPgVuzbG4JGGg,574
|
|
35
|
+
smartpi/touch_sensor.pyc,sha256=q-3zE_PV5hvqb5axRiGRvzDRD71v0E_DIKBh03CsBGA,558
|
|
36
|
+
smartpi/trace.pyc,sha256=Abr7BmMdGyQ-cXErcX8-cvSKTgOdEAAFSOvIyb8LPjU,2975
|
|
37
|
+
smartpi/ultrasonic.pyc,sha256=kwZYv-L6SbiM1eMLrGqdyTonWFsPWgc6k4FOdfmqgCU,685
|
|
38
|
+
smartpi/models/__init__.pyc,sha256=dkhuOenFMmzm6jiuLfSw9UWMWkF66TlRsn0Y9mwjJRY,127
|
|
39
|
+
smartpi/models/snakers4_silero-vad/__init__.pyc,sha256=0tj5RXPizN9R8b-hrS6H3vh5yzheXY7qVUAEk-scrSI,147
|
|
40
|
+
smartpi/models/snakers4_silero-vad/hubconf.pyc,sha256=mh1oF_E9ZmX5R02mDroRxMlBiregQ0N6u23zSuIK7lw,1680
|
|
41
|
+
smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad.jit,sha256=hcSOHw7LYE5dKiaPPM-5EtT36TWs3IavWj_FsK6nspo,2269612
|
|
42
|
+
smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad.onnx,sha256=JiOilT9v89LB5hdAxs23FoEzR5smff7xFKSjzFvdeI8,2327524
|
|
43
|
+
smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad_16k_op15.onnx,sha256=todaSbrPbVeCan4KVJ1aBddp7jRAXK3Mn_i0RCVEsfk,1289603
|
|
44
|
+
smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad_half.onnx,sha256=HgsZWtSAZZXvRGb0GdFvyn5K_PxmabjAtfduqHVHx2k,1280395
|
|
45
|
+
smartpi/posemodel/__init__.pyc,sha256=sNvQDfsC4dhvxvW4yc3wnhe70Y9t6I0itn7dvFBWSiY,130
|
|
46
|
+
smartpi/posemodel/posenet.tflite,sha256=KFcCnk1X5KvJrVC_c_PhL76pdvwL0hZvBdNqhzZ7J2I,1303152
|
|
47
|
+
smartpi/tencentcloud-speech-sdk-python/__init__.pyc,sha256=mKnRRw6WW9JgIZ4vNhylrGfUXexCzitMpkf_qrBaQoQ,151
|
|
48
|
+
smartpi/tencentcloud-speech-sdk-python/asr/__init__.pyc,sha256=jNBNdc2wR7Okl2vuvvCNA17dFKDZ0Oy5R2CDxG0VpKo,155
|
|
49
|
+
smartpi/tencentcloud-speech-sdk-python/asr/flash_recognizer.pyc,sha256=LKemeHtTzsBO5Ynx5E94anp7sk75MazynE_hn652KyA,6709
|
|
50
|
+
smartpi/tencentcloud-speech-sdk-python/asr/speech_recognizer.pyc,sha256=lnbBFhEvwqvYhk5G2Yb9GgPxEyAkyFRbKAB4H-8mWLo,10008
|
|
51
|
+
smartpi/tencentcloud-speech-sdk-python/common/__init__.pyc,sha256=dTP9pAPK3iQKyBaFlC5GNDxhwW1MX7JSHdLqYhewaIk,158
|
|
52
|
+
smartpi/tencentcloud-speech-sdk-python/common/credential.pyc,sha256=EbGuJhZVUj574kJPKXvzTbEDpWqqNKnjj0kQMx8JjhY,507
|
|
53
|
+
smartpi/tencentcloud-speech-sdk-python/common/log.pyc,sha256=Om02Btq4ZHL_1FPYpMZi8erheLj_SRNZhAQRUz89XXw,622
|
|
54
|
+
smartpi/tencentcloud-speech-sdk-python/common/utils.pyc,sha256=0z-j9X9WeVnuFY3GHtIU4webCaTfOLC3G7ZkmTsyrF8,309
|
|
55
|
+
smartpi/tencentcloud-speech-sdk-python/examples/tts/tts_text.txt,sha256=ufooughGwSPBnLxulH1BNwTFqsDSoLlvjRa2o-PJy1g,2669
|
|
56
|
+
smartpi/tencentcloud-speech-sdk-python/soe/__init__.pyc,sha256=eqwJ5ZPHDjucYvhKH6NLFrYsUoihHTTarwgtiLYlBTo,155
|
|
57
|
+
smartpi/tencentcloud-speech-sdk-python/soe/speaking_assessment.pyc,sha256=q2dbJ-Pq1plUPD7NclDwH-rOWd0a9fHMXAIswfFbi8w,8742
|
|
58
|
+
smartpi/tencentcloud-speech-sdk-python/tts/__init__.pyc,sha256=H6i64logVUGM1ZqdqzQ5QQ5O4eMCGDOxg4RhCwbuMm0,155
|
|
59
|
+
smartpi/tencentcloud-speech-sdk-python/tts/flowing_speech_synthesizer.pyc,sha256=jMKIqzK69TzkIkB23w0YAdNyjt6_67kZgFe6_dcefrI,10824
|
|
60
|
+
smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer.pyc,sha256=uMouUjntlXsQF6oU7t2-ABNdLRsvHTHtFT0KbxI1jr0,4792
|
|
61
|
+
smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer_ws.pyc,sha256=oR_QXfinjo1OClKq7RD8Xft1bAPK3R32PgVBnFGdZGM,8472
|
|
62
|
+
smartpi/tencentcloud-speech-sdk-python/vc/__init__.pyc,sha256=O80dgPYgoGtr8tInTKwZPQJp_gOXPy1GBshLOQvYeFY,154
|
|
63
|
+
smartpi/tencentcloud-speech-sdk-python/vc/speech_convertor_ws.pyc,sha256=leR6N3Zqz7PcqWBmkZbH1fw3bfGwMJhtqqedx-jHLBc,8168
|
|
64
|
+
smartpi/text_gte_model/__init__.pyc,sha256=fJ6_Eoj9kI8J8JZWqf3-6G-_BAZg1BN8C00eZ_5X12M,135
|
|
65
|
+
smartpi/text_gte_model/config/__init__.pyc,sha256=zTNAIUGdcf2x50QKPGI4nBdKG8vyH7oKWZljGzR9VgQ,142
|
|
66
|
+
smartpi/text_gte_model/config/config.json,sha256=dkFw_GRLSEkp6VT2U92alaGUfCRRJBQysJYSbJYznLc,818
|
|
67
|
+
smartpi/text_gte_model/config/quantize_config.json,sha256=snZbw5kBj_FupAbcYazm_11wNRCbX2m468VBjl6svd4,703
|
|
68
|
+
smartpi/text_gte_model/config/special_tokens_map.json,sha256=PDUH823_V7zkNyI9s7MIHR4rUuw-Vu5VQ4GT7LLJTdY,132
|
|
69
|
+
smartpi/text_gte_model/config/tokenizer.json,sha256=BC58aSuzfzE-tNG0UDwcFfNT_mJOYFaLoVoOs_JBEjQ,312882
|
|
70
|
+
smartpi/text_gte_model/config/tokenizer_config.json,sha256=w5RiDifbeIYy6vyGX5v94vFmcko1TMItqnY0RfcBO1Q,639
|
|
71
|
+
smartpi/text_gte_model/config/vocab.txt,sha256=oi9hP3uz_8h8XoHNh6rgLnVdJbIEm75zKoSKM8HzsC8,84758
|
|
72
|
+
smartpi/text_gte_model/gte/__init__.pyc,sha256=9lcIoM0Yz-Mg1c67mEw_QiGRFV5P8fVPYfCWFNQZVY8,139
|
|
73
|
+
smartpi/text_gte_model/gte/gte_model.onnx,sha256=XXYg6TUhzOx1SqAhp6ePDU0QgeK6DQEqHATMuQQJCNE,30468366
|
|
74
|
+
smartpi-1.1.9.dist-info/METADATA,sha256=U6wmWNR376jkVM07eEB6-nNHBYncAtzPVaet1nbw6Ic,334
|
|
75
|
+
smartpi-1.1.9.dist-info/WHEEL,sha256=aJty13KBm0wvZstS1m6yOQEKM6tG7_G5OIgml9XZpVM,93
|
|
76
|
+
smartpi-1.1.9.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
|
|
77
|
+
smartpi-1.1.9.dist-info/RECORD,,
|
smartpi-1.1.8.dist-info/RECORD
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
smartpi/__init__.pyc,sha256=aq_iAfNOnKkCNxsUGEbb86DvBty23dvV6of2nPUIo4Q,586
|
|
2
|
-
smartpi/_gui.pyc,sha256=pYlSDSxgVIOc_XuuJ_sVFgcrRD4lKEV3cyRX4Ifu9s8,3240
|
|
3
|
-
smartpi/ai_asr.pyc,sha256=rWHntk-peBI3l8Lay-_Vpk85YAtBEyWVA-BMkJjFVvk,25314
|
|
4
|
-
smartpi/ai_llm.pyc,sha256=PyWNdPXM4vq9JNtSezIrrsSrOdN2c9ESXDNBLfhyQe0,23307
|
|
5
|
-
smartpi/ai_tts.pyc,sha256=knnEpeYmzdfhrFDU3m_kbq8r91XcHpEFoLZ2P_03onY,23558
|
|
6
|
-
smartpi/ai_vad.pyc,sha256=GrCT9rKnSBoixyMbvSevTvdsUu2gfsV9c47VteAmkg0,2415
|
|
7
|
-
smartpi/audio.pyc,sha256=bXDDA_HXk3yPQxSn8JwNTc1DYy6MQHHxi63E4Df5phs,2748
|
|
8
|
-
smartpi/base_driver.pyc,sha256=SmAGHjuLmGKElhoDSw4OTJ7o1_3ix5TH6xqAUrOOy6U,12748
|
|
9
|
-
smartpi/camera.pyc,sha256=GvG4q4yV11ZazNtAMcucdCBE2AooVFMQ7TTngolSB-M,2545
|
|
10
|
-
smartpi/color_sensor.pyc,sha256=TDlZC3qLCC1j9qcYgPpwQ1AYVxzcTRBpQ8nxHGRJinI,576
|
|
11
|
-
smartpi/cw2015.pyc,sha256=tDoDHfog8W7kopscyq_fpH_AxT0J8lF42Q0PE51XF2k,5255
|
|
12
|
-
smartpi/flash.pyc,sha256=1htfOhGDsN78WTqL8bVSR8__5S2ZiYe38AkP2Ulw9gA,3403
|
|
13
|
-
smartpi/humidity.pyc,sha256=WUg8Vmrg5OyVQcDA45QZXEpT2f803i143W5-AY8rP18,576
|
|
14
|
-
smartpi/led.pyc,sha256=x4iU10SdgY-hndNkP13ax57yqKQhJBFCzmlHfIVklHE,540
|
|
15
|
-
smartpi/light_sensor.pyc,sha256=6eZ6PWDwYxEHhs5DafH6nnRZucXjgEDCQUzQXJNzISg,1789
|
|
16
|
-
smartpi/local_model.pyc,sha256=l_2vHSsCiytdo5zolWC7wcnRYnvx7YRlT98_lkd8WOI,10923
|
|
17
|
-
smartpi/mcp_client.pyc,sha256=oKoWKLNBBFIXYKQ_X7VXNTzAxF32VSJ0hAcv_fQsbso,2486
|
|
18
|
-
smartpi/mcp_fastmcp.pyc,sha256=vS2tJRx0eUpx4KkEPcyLwqb0LcZy51aosn0qNwZ344s,7058
|
|
19
|
-
smartpi/mcp_intent_recognizer.pyc,sha256=FpZtiSAqEqlunPL6oN3owE56hJ-xij-Z2kAwYsPrw5I,9079
|
|
20
|
-
smartpi/motor.pyc,sha256=rAtqwMJ2DS6GYuxmojEDVL5ZxqUzhMtylAR0bD4l1XE,3537
|
|
21
|
-
smartpi/move.pyc,sha256=gkLA1unMN8FDaYa2x28Bys93yHRsCd0rtfxQY6P6gbg,3926
|
|
22
|
-
smartpi/onnx_hand_workflow.pyc,sha256=bAfUb0yLLS0Mpt3mvbywPmxQdvDzJ78_hxIKByLI8rw,5119
|
|
23
|
-
smartpi/onnx_image_workflow.pyc,sha256=F36Ro_pEuy_VH88ITTh4ohkdmcvVuMfzz0FTtz9QXvk,4384
|
|
24
|
-
smartpi/onnx_pose_workflow.pyc,sha256=PXutyfQVoYicpRzmkQ7uwMC189ws5jtB50ShNllhpCE,12145
|
|
25
|
-
smartpi/onnx_text_workflow.pyc,sha256=cWtUGhsGEkoggvd7agdGUeBTeyKm6l1NtieGxxvppCg,5194
|
|
26
|
-
smartpi/onnx_voice_workflow.pyc,sha256=We64mwcN7aCTV7dylL5Wr11AxoCbuOV6oWXGKlzM9Co,11417
|
|
27
|
-
smartpi/posenet_utils.pyc,sha256=1MhiDPjtR0H_iNr5GrSknNUNPmGxsbw9HckGDeMxqXg,7222
|
|
28
|
-
smartpi/rknn_hand_workflow.pyc,sha256=h-HDBN9nShpSrTU2a4l6ajliCdcSMlDcky4V43RSgEs,6405
|
|
29
|
-
smartpi/rknn_image_workflow.pyc,sha256=fMZjLC0m6LrCxdwsDgJMWeNa01LIQx7SPOzUkZKWFgA,13535
|
|
30
|
-
smartpi/rknn_pose_workflow.pyc,sha256=ithGy9tZ6g1O0iJwlP5IXRnXON-LbTmh77BrLYTrFTo,14624
|
|
31
|
-
smartpi/rknn_text_workflow.pyc,sha256=5XeeB4McMr4S6pv_WVOdE5wSPeVQJNgHrPcoQK8XEQA,7127
|
|
32
|
-
smartpi/rknn_voice_workflow.pyc,sha256=Wt_57ZLMyBog9-bwkPXnGIXuDsEYAR7pmXl3Qts19ZA,11266
|
|
33
|
-
smartpi/servo.pyc,sha256=y4tJ22EZwQYTn1i83W0KD3R8vhxQNoKrfRr6-buRRUM,3889
|
|
34
|
-
smartpi/temperature.pyc,sha256=fpHMoK_QrdElSfCzXSBbidpCQft76sSMoldy-V4fAa8,574
|
|
35
|
-
smartpi/touch_sensor.pyc,sha256=dyjP3uek5S8wzwcVHFFxZ5RAWkW6s-dWP-vMoE0BmbY,558
|
|
36
|
-
smartpi/trace.pyc,sha256=L22oWFce7ctfqFAqcTCSq0U-OjVwmKLOBSA3j_wvdeI,2975
|
|
37
|
-
smartpi/ultrasonic.pyc,sha256=kNU1H92ei343wYrp1VOersQGZJbI8yTJOb_hE7HmgOo,685
|
|
38
|
-
smartpi/models/__init__.pyc,sha256=5RR7SOnuobpobmWMG15909iWoOBe2AgcaPq3yvlAhy8,127
|
|
39
|
-
smartpi/models/snakers4_silero-vad/__init__.pyc,sha256=hzdgEL7wM7EonJlwX4Zj80mSam3hDiV-7WpY7VMjHzI,147
|
|
40
|
-
smartpi/models/snakers4_silero-vad/hubconf.pyc,sha256=1EovHtZUBR3jRQiEkIxzUPYQp0XW67O6Lu0N-5eqysA,1680
|
|
41
|
-
smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad.jit,sha256=hcSOHw7LYE5dKiaPPM-5EtT36TWs3IavWj_FsK6nspo,2269612
|
|
42
|
-
smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad.onnx,sha256=JiOilT9v89LB5hdAxs23FoEzR5smff7xFKSjzFvdeI8,2327524
|
|
43
|
-
smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad_16k_op15.onnx,sha256=todaSbrPbVeCan4KVJ1aBddp7jRAXK3Mn_i0RCVEsfk,1289603
|
|
44
|
-
smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad_half.onnx,sha256=HgsZWtSAZZXvRGb0GdFvyn5K_PxmabjAtfduqHVHx2k,1280395
|
|
45
|
-
smartpi/posemodel/__init__.pyc,sha256=SDxNyutvOxsNno3VRjkIuS7M_XRCmirao3tzDY8iJh4,130
|
|
46
|
-
smartpi/posemodel/posenet.tflite,sha256=KFcCnk1X5KvJrVC_c_PhL76pdvwL0hZvBdNqhzZ7J2I,1303152
|
|
47
|
-
smartpi/tencentcloud-speech-sdk-python/__init__.pyc,sha256=tpqosQygBFePcgAQnb6-19HsrxWVirj15bMJu21Z_Eg,151
|
|
48
|
-
smartpi/tencentcloud-speech-sdk-python/asr/__init__.pyc,sha256=6Y3kf6bXiYkQR9n_JlVl20Nvk3Z8xgjMLO1l535KjEk,155
|
|
49
|
-
smartpi/tencentcloud-speech-sdk-python/asr/flash_recognizer.pyc,sha256=2CA0Gar5HalRyEAef5LOMTHDwNMSoZJX5g7WWLFe9BI,6709
|
|
50
|
-
smartpi/tencentcloud-speech-sdk-python/asr/speech_recognizer.pyc,sha256=ieel02Lpk0kjRN-JyZ8CEE3lys6Tadk7iTP8wcGFcyM,10008
|
|
51
|
-
smartpi/tencentcloud-speech-sdk-python/common/__init__.pyc,sha256=IoYcp00mSaBnInTVdRV-z9kPRBGYnRCcTMc-_7In0Xg,158
|
|
52
|
-
smartpi/tencentcloud-speech-sdk-python/common/credential.pyc,sha256=NoS8AY8fuhRSyaTv8r0DufEd2QXxXI5llWNwgQDnhjY,507
|
|
53
|
-
smartpi/tencentcloud-speech-sdk-python/common/log.pyc,sha256=5k3DnekMjmsl-yEUFHYa8hNqR4HFw_w6Gah2UVqloPY,622
|
|
54
|
-
smartpi/tencentcloud-speech-sdk-python/common/utils.pyc,sha256=UVywBk0qR5cClOOFj4WkIq-hmEX4W5wD-a6Oe2_Vlcw,309
|
|
55
|
-
smartpi/tencentcloud-speech-sdk-python/examples/tts/tts_text.txt,sha256=ufooughGwSPBnLxulH1BNwTFqsDSoLlvjRa2o-PJy1g,2669
|
|
56
|
-
smartpi/tencentcloud-speech-sdk-python/soe/__init__.pyc,sha256=BPfTF9nyAoPSmETfoctN_V3GkhfHl8x5XOberGGQOdY,155
|
|
57
|
-
smartpi/tencentcloud-speech-sdk-python/soe/speaking_assessment.pyc,sha256=TcrExLixOi5PeJQD0rs298NzaWjjgY1XrX4TxQohuS4,8742
|
|
58
|
-
smartpi/tencentcloud-speech-sdk-python/tts/__init__.pyc,sha256=yBMC13k6zJ0nlm1Zm-afEsCTQCZ5LFaasyxRcyq_1bo,155
|
|
59
|
-
smartpi/tencentcloud-speech-sdk-python/tts/flowing_speech_synthesizer.pyc,sha256=zoFkERZSNMRTjeW1b4zk-kQP-kiMWnVs-CRs7wLy6m8,10824
|
|
60
|
-
smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer.pyc,sha256=9A7PxqYW3rqaefGt-xJJIe5JrxpZu9lM4iNapxFb4Vc,4792
|
|
61
|
-
smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer_ws.pyc,sha256=wgljNX5CXbHB9ZtvJON6WpaENJr9VoH5WthKL23co0k,8472
|
|
62
|
-
smartpi/tencentcloud-speech-sdk-python/vc/__init__.pyc,sha256=U5Q2SfWAvTX31SFtUJ4ARxe8PP7RaGOahng827zfLk4,154
|
|
63
|
-
smartpi/tencentcloud-speech-sdk-python/vc/speech_convertor_ws.pyc,sha256=ubJMUX9CKudjqN9VoBQciTOdYLQLp9hLPrVrXFp6Ubw,8168
|
|
64
|
-
smartpi/text_gte_model/__init__.pyc,sha256=OShmVUkJwkotOp_4WaUOAbAjvEq2_VagB1PGdEHpwoM,135
|
|
65
|
-
smartpi/text_gte_model/config/__init__.pyc,sha256=0uBk1on35o86Ow-F1GYoH5hEJOWYyM4R4cwD7et8BRM,142
|
|
66
|
-
smartpi/text_gte_model/config/config.json,sha256=dkFw_GRLSEkp6VT2U92alaGUfCRRJBQysJYSbJYznLc,818
|
|
67
|
-
smartpi/text_gte_model/config/quantize_config.json,sha256=snZbw5kBj_FupAbcYazm_11wNRCbX2m468VBjl6svd4,703
|
|
68
|
-
smartpi/text_gte_model/config/special_tokens_map.json,sha256=PDUH823_V7zkNyI9s7MIHR4rUuw-Vu5VQ4GT7LLJTdY,132
|
|
69
|
-
smartpi/text_gte_model/config/tokenizer.json,sha256=BC58aSuzfzE-tNG0UDwcFfNT_mJOYFaLoVoOs_JBEjQ,312882
|
|
70
|
-
smartpi/text_gte_model/config/tokenizer_config.json,sha256=w5RiDifbeIYy6vyGX5v94vFmcko1TMItqnY0RfcBO1Q,639
|
|
71
|
-
smartpi/text_gte_model/config/vocab.txt,sha256=oi9hP3uz_8h8XoHNh6rgLnVdJbIEm75zKoSKM8HzsC8,84758
|
|
72
|
-
smartpi/text_gte_model/gte/__init__.pyc,sha256=4505qUeHXHknyqOWDXg_fLN1syRUZWydzjxvxOfjCf0,139
|
|
73
|
-
smartpi/text_gte_model/gte/gte_model.onnx,sha256=XXYg6TUhzOx1SqAhp6ePDU0QgeK6DQEqHATMuQQJCNE,30468366
|
|
74
|
-
smartpi-1.1.8.dist-info/METADATA,sha256=k6490oxckJcnGNB-v8w8Z-CQ11gsMw_q2fxu_Ic2Buc,334
|
|
75
|
-
smartpi-1.1.8.dist-info/WHEEL,sha256=aJty13KBm0wvZstS1m6yOQEKM6tG7_G5OIgml9XZpVM,93
|
|
76
|
-
smartpi-1.1.8.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
|
|
77
|
-
smartpi-1.1.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|