smartpi 1.1.4__py3-none-any.whl → 1.1.6__py3-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__.py +8 -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__.py +0 -0
- smartpi/models/snakers4_silero-vad/__init__.py +0 -0
- smartpi/models/snakers4_silero-vad/hubconf.py +56 -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__.py +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__.py +1 -0
- smartpi/tencentcloud-speech-sdk-python/asr/__init__.py +0 -0
- smartpi/tencentcloud-speech-sdk-python/asr/flash_recognizer.py +178 -0
- smartpi/tencentcloud-speech-sdk-python/asr/speech_recognizer.py +311 -0
- smartpi/tencentcloud-speech-sdk-python/common/__init__.py +1 -0
- smartpi/tencentcloud-speech-sdk-python/common/credential.py +6 -0
- smartpi/tencentcloud-speech-sdk-python/common/log.py +16 -0
- smartpi/tencentcloud-speech-sdk-python/common/utils.py +7 -0
- smartpi/tencentcloud-speech-sdk-python/soe/__init__.py +0 -0
- smartpi/tencentcloud-speech-sdk-python/soe/speaking_assessment.py +276 -0
- smartpi/tencentcloud-speech-sdk-python/tts/__init__.py +0 -0
- smartpi/tencentcloud-speech-sdk-python/tts/flowing_speech_synthesizer.py +294 -0
- smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer.py +144 -0
- smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer_ws.py +234 -0
- smartpi/tencentcloud-speech-sdk-python/vc/__init__.py +0 -0
- smartpi/tencentcloud-speech-sdk-python/vc/speech_convertor_ws.py +237 -0
- smartpi/text_gte_model/__init__.py +0 -0
- smartpi/text_gte_model/config/__init__.py +0 -0
- smartpi/text_gte_model/gte/__init__.py +0 -0
- smartpi/touch_sensor.pyc +0 -0
- smartpi/trace.pyc +0 -0
- smartpi/ultrasonic.pyc +0 -0
- {smartpi-1.1.4.dist-info → smartpi-1.1.6.dist-info}/METADATA +1 -1
- smartpi-1.1.6.dist-info/RECORD +77 -0
- smartpi/__init__.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/posemodel/__init__.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-1.1.4.dist-info/RECORD +0 -77
- {smartpi-1.1.4.dist-info → smartpi-1.1.6.dist-info}/WHEEL +0 -0
- {smartpi-1.1.4.dist-info → smartpi-1.1.6.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
smartpi/__init__.py,sha256=VaOgwzotBWOanDe_gtmqUC_f2r7Rid8Sb5T3Jby99k0,392
|
|
2
|
+
smartpi/_gui.pyc,sha256=Z5Quht83gZFvU5JPS3Gu3S4HvvWuayYmY-VHRwyyl90,3210
|
|
3
|
+
smartpi/ai_asr.pyc,sha256=JHSHZO8fUiGEJKTdjrpXlms_68rH9dnLqqGiKuU4DW0,24932
|
|
4
|
+
smartpi/ai_llm.pyc,sha256=Bisqa8F-t5tKpYDP0dx3CiKI5CgD8FtMO6wraqMawzU,24655
|
|
5
|
+
smartpi/ai_tts.pyc,sha256=OZ3qSgse03goO0WdLxyla2XLYB5XXROOOWrbsNzjPzA,22843
|
|
6
|
+
smartpi/ai_vad.pyc,sha256=0so9RoLdXYk61W7ebv4r1rNOh2No6MAGXZiA5_omEwM,2389
|
|
7
|
+
smartpi/audio.pyc,sha256=11EaA6tFMqMjBR_nyt8W5YsFdlYMvtTX2R4Qy_syhlU,2702
|
|
8
|
+
smartpi/base_driver.pyc,sha256=vJ2tDmUTgMrtSGBAQuFchZ2aOPpSTOwjB3HSgpjQy3c,11868
|
|
9
|
+
smartpi/camera.pyc,sha256=yd7sFrv_khv5SFhYWzcpJH6X3Ci6zz5xcZ3_pqPaNNA,2505
|
|
10
|
+
smartpi/color_sensor.pyc,sha256=CGg0iY9IY95-nMKRL2fU1P-oNsPWbBzXL1-jeP0weB4,555
|
|
11
|
+
smartpi/cw2015.pyc,sha256=tchjrkbsNvfyplrrkWhdAic8tZuvheWFcV_MAVxd1kg,5202
|
|
12
|
+
smartpi/flash.pyc,sha256=g6V8tvqsdVK-3SlErds3SF67pbMZCAYsgjh3-wkfSzc,3398
|
|
13
|
+
smartpi/humidity.pyc,sha256=-_B7NGwN9c2yOvA_jrNokcSDQ713c_SATpYgm2Pw-js,559
|
|
14
|
+
smartpi/led.pyc,sha256=QKfypoQycErV5aYsGzN0ls82xRDAl2Lkz5NZ0k-q1Ig,524
|
|
15
|
+
smartpi/light_sensor.pyc,sha256=TKRPYobqvLxSORjQd_JE7IQhufUDtDpPoXudvdAmm7A,1815
|
|
16
|
+
smartpi/local_model.pyc,sha256=0v8_uopfRzrUKYt4sJgtI6gHgaveH5UxElG9N7Hd3jE,11006
|
|
17
|
+
smartpi/mcp_client.pyc,sha256=CqR0VHuFIVWeUU2stE96dKuPdFb0bEilJOSGbze_l3I,2434
|
|
18
|
+
smartpi/mcp_fastmcp.pyc,sha256=7whLSrEDRrnZm0cN2uFrW_mEgqNtt_d6KScdeuHjNO0,6990
|
|
19
|
+
smartpi/mcp_intent_recognizer.pyc,sha256=KbFPobzhC5Zc9aMvC7g2DHM1lyW4igNKZk9cOXSAZxA,8932
|
|
20
|
+
smartpi/motor.pyc,sha256=3-ZnTLHLnsTfnMW739FyBisCapvpzzg_QRWQM7E_QXw,3588
|
|
21
|
+
smartpi/move.pyc,sha256=WFdNAT7dnFY7R3TexYMY6KzYTrodUhbZsJ05kn5hWns,3925
|
|
22
|
+
smartpi/onnx_hand_workflow.pyc,sha256=c-zLdxzS2aMAsPzCryG8golknT3hAddYHePtA1w3lpE,5096
|
|
23
|
+
smartpi/onnx_image_workflow.pyc,sha256=85TJisROHhM7G9SK9e7zETDwsvwuW0bXEfsBRUV4LIY,4324
|
|
24
|
+
smartpi/onnx_pose_workflow.pyc,sha256=7Dr8jncfayN5ffEmq_jpifU1zQPzWuX3wcd5lizedsY,12228
|
|
25
|
+
smartpi/onnx_text_workflow.pyc,sha256=JO38SJWFsx3uyjiCFIC5txA7MYLkv3slP8HYCwdZT6M,5138
|
|
26
|
+
smartpi/onnx_voice_workflow.pyc,sha256=jN-0JWwOoBNFJB5kWAafFVp521c52he7BLIAKIeXoY8,11464
|
|
27
|
+
smartpi/posenet_utils.pyc,sha256=b648SJedwZZefMUpPHAsI_p8ietugmqmTCtEZRMtGPA,7178
|
|
28
|
+
smartpi/rknn_hand_workflow.pyc,sha256=43OshAKVtd1K9RxsxlTwzhMoZG0m_-BAGq_sA3PxkSA,6337
|
|
29
|
+
smartpi/rknn_image_workflow.pyc,sha256=hFcln0sC1g2ZNEyDFud-547vAhJDqOSaKp-CeF7jgsk,13471
|
|
30
|
+
smartpi/rknn_pose_workflow.pyc,sha256=j61x4iYy_Oxtsbi29-gjvvuSmv0Qiw2bB0E7f93cbQw,14788
|
|
31
|
+
smartpi/rknn_text_workflow.pyc,sha256=m3G2K8uJHnSjZEVk28YfhxepOsV0z0BjhrP3cP2Pnio,7045
|
|
32
|
+
smartpi/rknn_voice_workflow.pyc,sha256=ZVZFzYu4UnqT36o9U6GAvZdtDtEYB0z1jfdcHwjd8eU,11263
|
|
33
|
+
smartpi/servo.pyc,sha256=3_t_hiypSpCRDhY9cVUDeKVewfElB0H3wnjHRBb4ZCk,3939
|
|
34
|
+
smartpi/temperature.pyc,sha256=Zc6q7GIHFDHsDV7MXEXljuo6JarSAL48nmEDUvm3Agc,562
|
|
35
|
+
smartpi/touch_sensor.pyc,sha256=hrStYjwjv6oSfV2ZQQYSLqJarhN4nuHRDdZbxDraWkc,547
|
|
36
|
+
smartpi/trace.pyc,sha256=GBxc0cdEUgiqPkQMhxvnW3F16LI_brUrUpclERvrH1A,2961
|
|
37
|
+
smartpi/ultrasonic.pyc,sha256=mBE4oG45xFWWyFA7j0l0LlHQbXMjqlfj1RTH1TKB9nA,669
|
|
38
|
+
smartpi/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
+
smartpi/models/snakers4_silero-vad/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
40
|
+
smartpi/models/snakers4_silero-vad/hubconf.py,sha256=lD99cUdVPWatwB6V4RNMayD2BWZcBPaTtcgmywqjTLs,1992
|
|
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__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
|
+
smartpi/posemodel/posenet.tflite,sha256=KFcCnk1X5KvJrVC_c_PhL76pdvwL0hZvBdNqhzZ7J2I,1303152
|
|
47
|
+
smartpi/tencentcloud-speech-sdk-python/__init__.py,sha256=-yYBDkgMDSHYf_F_uX23wZsDSjrudhppJvm34su8_I4,23
|
|
48
|
+
smartpi/tencentcloud-speech-sdk-python/asr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
|
+
smartpi/tencentcloud-speech-sdk-python/asr/flash_recognizer.py,sha256=FWJcVxkN6_KyeXmAhhlueoVvexs-dGnfzw3N7jPBPa8,5752
|
|
50
|
+
smartpi/tencentcloud-speech-sdk-python/asr/speech_recognizer.py,sha256=1X_5eSUEJGBDzffvKvIKFbwRgviXNGb7sTZqS7szyOc,9568
|
|
51
|
+
smartpi/tencentcloud-speech-sdk-python/common/__init__.py,sha256=CCIy8VClDV-BJWH-I2ntU0gcfShap6HEMWpdjSYGPKc,23
|
|
52
|
+
smartpi/tencentcloud-speech-sdk-python/common/credential.py,sha256=Igqg4FexZXidjj0W8MfqRJc-2gPrhIbm3w2re3QVBL0,198
|
|
53
|
+
smartpi/tencentcloud-speech-sdk-python/common/log.py,sha256=ekZVwv6USLyShxLTB-Mhog0g8w-qGkklOJjuAUtvQsk,536
|
|
54
|
+
smartpi/tencentcloud-speech-sdk-python/common/utils.py,sha256=baodAxaEpbGJQPmtvLQyyuav5K3ht_UBVq8s1yNH5Ww,116
|
|
55
|
+
smartpi/tencentcloud-speech-sdk-python/examples/tts/tts_text.txt,sha256=ufooughGwSPBnLxulH1BNwTFqsDSoLlvjRa2o-PJy1g,2669
|
|
56
|
+
smartpi/tencentcloud-speech-sdk-python/soe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
57
|
+
smartpi/tencentcloud-speech-sdk-python/soe/speaking_assessment.py,sha256=J4C2uAqRCVh9qICe6Ug-nJmnvmsJCfa2uylOXo6V-y8,8289
|
|
58
|
+
smartpi/tencentcloud-speech-sdk-python/tts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
59
|
+
smartpi/tencentcloud-speech-sdk-python/tts/flowing_speech_synthesizer.py,sha256=X20uhp-yfqtRBnwzpxnt6hBtTkvAGgzh4OzjnAgLGQs,9908
|
|
60
|
+
smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer.py,sha256=8UltVigufuvIN_tYzUwsLsI4882MB7ZjAjelgyKDHjA,4216
|
|
61
|
+
smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer_ws.py,sha256=G8Jc8S74Gekgsp_qFmgYN3IBRfeQWD8AtbwAl6NdMGE,7648
|
|
62
|
+
smartpi/tencentcloud-speech-sdk-python/vc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
|
+
smartpi/tencentcloud-speech-sdk-python/vc/speech_convertor_ws.py,sha256=JKZhJlFy4RTDVrg9Vqyr3cenNgHkK-NtJoTboVeX-dU,7799
|
|
64
|
+
smartpi/text_gte_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
65
|
+
smartpi/text_gte_model/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
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__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
|
+
smartpi/text_gte_model/gte/gte_model.onnx,sha256=XXYg6TUhzOx1SqAhp6ePDU0QgeK6DQEqHATMuQQJCNE,30468366
|
|
74
|
+
smartpi-1.1.6.dist-info/METADATA,sha256=CwSE4NtJ3qgWYNuQNmh6LPwVxalJN84EH_fv3MZSnyI,715
|
|
75
|
+
smartpi-1.1.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
76
|
+
smartpi-1.1.6.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
|
|
77
|
+
smartpi-1.1.6.dist-info/RECORD,,
|
smartpi/__init__.pyc
DELETED
|
Binary file
|
smartpi/models/__init__.pyc
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
smartpi/posemodel/__init__.pyc
DELETED
|
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-1.1.4.dist-info/RECORD
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
smartpi/__init__.pyc,sha256=nrGBJr_70YTIVzhzwnh7eKJlbh4suW1DqRuFo-Sfgys,634
|
|
2
|
-
smartpi/_gui.pyc,sha256=IrjDYKc2r_rz5EXpZ_Mbgf2T8Y96t-0hcynaSN2hY78,3210
|
|
3
|
-
smartpi/ai_asr.pyc,sha256=WNu8j7Qt9-bpZk_8IP2bs9EYwCeWsr_hDRwlllocAG8,24932
|
|
4
|
-
smartpi/ai_llm.pyc,sha256=rIg4UZnCJU4XSGmfgxnAB7SoN_fW3_aw3Pa7bL2b7JM,24655
|
|
5
|
-
smartpi/ai_tts.pyc,sha256=cFhvuclBTB1aPsHPvh3ifQD_zD9f3b_eLmleBkXPhjo,22843
|
|
6
|
-
smartpi/ai_vad.pyc,sha256=bOkTuayKV3EdoykacrmloNEUMOou65N1nQ-VQOz5KS4,2389
|
|
7
|
-
smartpi/audio.pyc,sha256=JuQmkXWO5E_UQNW98MvnaVYK2PM2Ao0_UAgYMOxN8MI,2702
|
|
8
|
-
smartpi/base_driver.pyc,sha256=pnBYscQ1AR12vBjtimsIPinZUqdspQxRUv6K5dEPkf4,11868
|
|
9
|
-
smartpi/camera.pyc,sha256=yqLpk7_Lo4ExLkeGDN-FFTjWhU5zeEcQEVR5jAiSYyg,2505
|
|
10
|
-
smartpi/color_sensor.pyc,sha256=hy7Fn_d6dkHR21IpmNWYVRRqivaOnAleEppOcp1EHMM,555
|
|
11
|
-
smartpi/cw2015.pyc,sha256=4hjRNSbqZFgjnjJCgbg4bkOzxfRqE4A9doIgYQeCLfQ,5202
|
|
12
|
-
smartpi/flash.pyc,sha256=_VOwx9OdqCvtMITNnujtmBxjQvmoa2DIB81MyH9By_Q,3398
|
|
13
|
-
smartpi/humidity.pyc,sha256=BLrLJipaw4DTDTCPj53OpPWDPXI6AD92cXT2HieWtpo,559
|
|
14
|
-
smartpi/led.pyc,sha256=t5PA1-zR8bxh2j_AMiSMbpDKSiivpEmUgFpFDKeu9dg,524
|
|
15
|
-
smartpi/light_sensor.pyc,sha256=WEmc1TBQcNVm5wejppwyilQYoc4-UwcG7iSvtMOr-Cc,1815
|
|
16
|
-
smartpi/local_model.pyc,sha256=9RIXUnvcsCZoF4HpsRzaG-tNSN5ycrCeIm3pwoLPFLM,11006
|
|
17
|
-
smartpi/mcp_client.pyc,sha256=f68j1tFm-lUJUTmfH6rAEXM5h21q0A8TTDu46FoPAEI,2434
|
|
18
|
-
smartpi/mcp_fastmcp.pyc,sha256=PnUk-JNCd_HhSIKORCGRqIZkFA4uVEWeMh7hvT32RPU,6990
|
|
19
|
-
smartpi/mcp_intent_recognizer.pyc,sha256=xR3L2adPWDlQ3v4196tNxUZpt6rCoYMmDnNiiPcJNKE,8932
|
|
20
|
-
smartpi/motor.pyc,sha256=8fKCo_l6MmybVxp4rqicgh-N5wQd8iy5Hk98B-kdQkY,3588
|
|
21
|
-
smartpi/move.pyc,sha256=eXoVwdXM2ErVBDBVKP3iQsMRrPAwsLUmWho_R47OiN0,3925
|
|
22
|
-
smartpi/onnx_hand_workflow.pyc,sha256=j6C39kIaEcvGz8a2_BiElFIwZA0aTU9caQD3i0AEZ-k,5096
|
|
23
|
-
smartpi/onnx_image_workflow.pyc,sha256=7pA9KFIRVj7pehYx8JDbhEi6flA2HGmGmOhZIB4hCx8,4324
|
|
24
|
-
smartpi/onnx_pose_workflow.pyc,sha256=717OA937bbddO4VtHCE4kVBmJbM0pXmGwZwdrIPEWgc,12228
|
|
25
|
-
smartpi/onnx_text_workflow.pyc,sha256=2oEjNJ7RRKXpKDenCpXP-1Q0-Qf1ZmpAkWUeY3g1X50,5138
|
|
26
|
-
smartpi/onnx_voice_workflow.pyc,sha256=NK5yLr4_cSY8KGxIgvXW28yeeikNiPMg53EJzYoQAT0,11464
|
|
27
|
-
smartpi/posenet_utils.pyc,sha256=UyvJvKcbee8doj_AdA9AIxqkQG5B5cdHIcYqIJakPIA,7178
|
|
28
|
-
smartpi/rknn_hand_workflow.pyc,sha256=1IeTkJ7trCDl4uxClo-2Se5zbcgULRQuhqTiM2NXxHY,6337
|
|
29
|
-
smartpi/rknn_image_workflow.pyc,sha256=cMNlEy7tQ9vALsdGiwf_PQ7nZERshLXaRgnBC4m4S9Y,13471
|
|
30
|
-
smartpi/rknn_pose_workflow.pyc,sha256=fDjilnAIoiRXdWQH4bBqyeHyMDFu0yORP0sCcgAiTX8,14788
|
|
31
|
-
smartpi/rknn_text_workflow.pyc,sha256=5EFrGEWr_Jtfw6GOxc3de_DvUPdZ4T2eT4TEkgeN5FM,7045
|
|
32
|
-
smartpi/rknn_voice_workflow.pyc,sha256=kG3c2u55XxK5qgLMmLXK2tdyTXJFbsBg4a-NOH5LT4U,11263
|
|
33
|
-
smartpi/servo.pyc,sha256=qYBjaSpcAcP0GAz-sfxLSIVWVx1lf1pAhI5tdQYqGu4,3939
|
|
34
|
-
smartpi/temperature.pyc,sha256=OGX4vJWEOSHMSH7GvVsJYENog3oL03O-w029S7H3GBM,562
|
|
35
|
-
smartpi/touch_sensor.pyc,sha256=pP3A-q6C6cbny3BI5UEz8YVlPCDLu0KPnLbjRq--Puw,547
|
|
36
|
-
smartpi/trace.pyc,sha256=-eEjs1GCrNK_NdlUCQ6ceQl58r2ReJMNavnw43OMg-o,2961
|
|
37
|
-
smartpi/ultrasonic.pyc,sha256=0M1oxTHHwy2xRJE__8z4zkFUzUKrvhp7eEBgiTFaHrE,669
|
|
38
|
-
smartpi/models/__init__.pyc,sha256=E86afeNF4cpXC8dXcVIHYexFqP6tMYkoU57RMZvW5NQ,123
|
|
39
|
-
smartpi/models/snakers4_silero-vad/__init__.pyc,sha256=R8iJJ09FtzrboGIUK0eS5OtuN1fwRUDrBroYUCJUrdM,143
|
|
40
|
-
smartpi/models/snakers4_silero-vad/hubconf.pyc,sha256=lSv9zmssiH00hpAa1g0_LfTSXqeExHdIUY0BLfSRIV0,1670
|
|
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=O1a4E9mjE-ll0SPa94IYRGmKsgRq8hlZF47MqC7lzfg,126
|
|
46
|
-
smartpi/posemodel/posenet.tflite,sha256=KFcCnk1X5KvJrVC_c_PhL76pdvwL0hZvBdNqhzZ7J2I,1303152
|
|
47
|
-
smartpi/tencentcloud-speech-sdk-python/__init__.pyc,sha256=-dGIZMJNBTmKuG9pYY1HjCQgGP6x6VKMBrFLcbKdcPk,147
|
|
48
|
-
smartpi/tencentcloud-speech-sdk-python/asr/__init__.pyc,sha256=LDsiE5nPqnOt-0U1CLu7s0cVC6aY1a3EAMNx0VnMLIg,151
|
|
49
|
-
smartpi/tencentcloud-speech-sdk-python/asr/flash_recognizer.pyc,sha256=RZVCAMfsJh31FdaZPuYhVEVtYU_G5l5IBHHiEN5ipuI,6585
|
|
50
|
-
smartpi/tencentcloud-speech-sdk-python/asr/speech_recognizer.pyc,sha256=5a9XrPtgCAMFJk2NSkcPSO_R-Ruu0Ee3F3pLD41djgM,9908
|
|
51
|
-
smartpi/tencentcloud-speech-sdk-python/common/__init__.pyc,sha256=S60AZsXboYpfhRBz_h20yfy3o3WGvG1IvSswJkbBX7Y,154
|
|
52
|
-
smartpi/tencentcloud-speech-sdk-python/common/credential.pyc,sha256=HKvhuRLfnxbs2uLxakX15Url3Sbd1H0sBwkPJy4qDH0,495
|
|
53
|
-
smartpi/tencentcloud-speech-sdk-python/common/log.pyc,sha256=VCIUlCTCFuDum2k1gNM-t_XS871MhqRg9f_GB3x1zto,616
|
|
54
|
-
smartpi/tencentcloud-speech-sdk-python/common/utils.pyc,sha256=Kv97rcP3LA5RxDFz68nAL8430EUdY0DlkpYT_9VaOBA,301
|
|
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=21mcVT7ZecwjybohRrSJ9vBzuXmQD6z53iHWz-sQbiU,151
|
|
57
|
-
smartpi/tencentcloud-speech-sdk-python/soe/speaking_assessment.pyc,sha256=0p4izNmCEdjAJEkYNXH2Gir_FfiBb40N6RdMQQfeYbE,8639
|
|
58
|
-
smartpi/tencentcloud-speech-sdk-python/tts/__init__.pyc,sha256=-tn8o4rG_cwSkKlfRN9Khy0SxEGPy8t0jCO-kbXmMp0,151
|
|
59
|
-
smartpi/tencentcloud-speech-sdk-python/tts/flowing_speech_synthesizer.pyc,sha256=tZLz-FWY_c34iUpQz56oaeQA0mprnrK0fgYMS_4MlNo,10745
|
|
60
|
-
smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer.pyc,sha256=xzGecG2k1VfFdO2mQRZpmwGcfkVJSb7Uk7UaBYWwGy4,4720
|
|
61
|
-
smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer_ws.pyc,sha256=FS4hsLZu3InBhg5jFDaxt2I4ymKX0tEc3mTGqK8_xgY,8372
|
|
62
|
-
smartpi/tencentcloud-speech-sdk-python/vc/__init__.pyc,sha256=6dqx6MZcU-KsWvDIXdCZg0FVw1SotyCwg3eMKyCBtgY,150
|
|
63
|
-
smartpi/tencentcloud-speech-sdk-python/vc/speech_convertor_ws.pyc,sha256=eZEZQlb6qF28__yth1aCtrDQIirwJ9uTgTiK7R0Fbbc,8096
|
|
64
|
-
smartpi/text_gte_model/__init__.pyc,sha256=UiJje8M-UeU2StZgBkQ_AukM6bdPVs0RsOFTHdbOtoQ,131
|
|
65
|
-
smartpi/text_gte_model/config/__init__.pyc,sha256=az7K1J_Yz6lLAW1WEkEJq7Fbb7Ik0XFMmAXvxYoIV_Q,138
|
|
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=_j8q1v17RlMqa0GOCJFx_FzfIMDtZVkquIvnoTWNCUY,135
|
|
73
|
-
smartpi/text_gte_model/gte/gte_model.onnx,sha256=XXYg6TUhzOx1SqAhp6ePDU0QgeK6DQEqHATMuQQJCNE,30468366
|
|
74
|
-
smartpi-1.1.4.dist-info/METADATA,sha256=BwPz_C3uZtA2dGpnxLtazt1ocubK-5l0-iKNk1EJ058,715
|
|
75
|
-
smartpi-1.1.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
76
|
-
smartpi-1.1.4.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
|
|
77
|
-
smartpi-1.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|