smartpi 1.1.7__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.
Files changed (77) hide show
  1. smartpi/__init__.pyc +0 -0
  2. smartpi/_gui.pyc +0 -0
  3. smartpi/ai_asr.pyc +0 -0
  4. smartpi/ai_llm.pyc +0 -0
  5. smartpi/ai_tts.pyc +0 -0
  6. smartpi/ai_vad.pyc +0 -0
  7. smartpi/audio.pyc +0 -0
  8. smartpi/base_driver.pyc +0 -0
  9. smartpi/camera.pyc +0 -0
  10. smartpi/color_sensor.pyc +0 -0
  11. smartpi/cw2015.pyc +0 -0
  12. smartpi/flash.pyc +0 -0
  13. smartpi/humidity.pyc +0 -0
  14. smartpi/led.pyc +0 -0
  15. smartpi/light_sensor.pyc +0 -0
  16. smartpi/local_model.pyc +0 -0
  17. smartpi/mcp_client.pyc +0 -0
  18. smartpi/mcp_fastmcp.pyc +0 -0
  19. smartpi/mcp_intent_recognizer.pyc +0 -0
  20. smartpi/models/__init__.pyc +0 -0
  21. smartpi/models/snakers4_silero-vad/__init__.pyc +0 -0
  22. smartpi/models/snakers4_silero-vad/hubconf.pyc +0 -0
  23. smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad.jit +0 -0
  24. smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad.onnx +0 -0
  25. smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad_16k_op15.onnx +0 -0
  26. smartpi/models/snakers4_silero-vad/src/silero_vad/data/silero_vad_half.onnx +0 -0
  27. smartpi/motor.pyc +0 -0
  28. smartpi/move.pyc +0 -0
  29. smartpi/onnx_hand_workflow.pyc +0 -0
  30. smartpi/onnx_image_workflow.pyc +0 -0
  31. smartpi/onnx_pose_workflow.pyc +0 -0
  32. smartpi/onnx_text_workflow.pyc +0 -0
  33. smartpi/onnx_voice_workflow.pyc +0 -0
  34. smartpi/posemodel/__init__.pyc +0 -0
  35. smartpi/posemodel/posenet.tflite +0 -0
  36. smartpi/posenet_utils.pyc +0 -0
  37. smartpi/rknn_hand_workflow.pyc +0 -0
  38. smartpi/rknn_image_workflow.pyc +0 -0
  39. smartpi/rknn_pose_workflow.pyc +0 -0
  40. smartpi/rknn_text_workflow.pyc +0 -0
  41. smartpi/rknn_voice_workflow.pyc +0 -0
  42. smartpi/servo.pyc +0 -0
  43. smartpi/temperature.pyc +0 -0
  44. smartpi/tencentcloud-speech-sdk-python/__init__.pyc +0 -0
  45. smartpi/tencentcloud-speech-sdk-python/asr/__init__.pyc +0 -0
  46. smartpi/tencentcloud-speech-sdk-python/asr/flash_recognizer.pyc +0 -0
  47. smartpi/tencentcloud-speech-sdk-python/asr/speech_recognizer.pyc +0 -0
  48. smartpi/tencentcloud-speech-sdk-python/common/__init__.pyc +0 -0
  49. smartpi/tencentcloud-speech-sdk-python/common/credential.pyc +0 -0
  50. smartpi/tencentcloud-speech-sdk-python/common/log.pyc +0 -0
  51. smartpi/tencentcloud-speech-sdk-python/common/utils.pyc +0 -0
  52. smartpi/tencentcloud-speech-sdk-python/examples/tts/tts_text.txt +60 -0
  53. smartpi/tencentcloud-speech-sdk-python/soe/__init__.pyc +0 -0
  54. smartpi/tencentcloud-speech-sdk-python/soe/speaking_assessment.pyc +0 -0
  55. smartpi/tencentcloud-speech-sdk-python/tts/__init__.pyc +0 -0
  56. smartpi/tencentcloud-speech-sdk-python/tts/flowing_speech_synthesizer.pyc +0 -0
  57. smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer.pyc +0 -0
  58. smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer_ws.pyc +0 -0
  59. smartpi/tencentcloud-speech-sdk-python/vc/__init__.pyc +0 -0
  60. smartpi/tencentcloud-speech-sdk-python/vc/speech_convertor_ws.pyc +0 -0
  61. smartpi/text_gte_model/__init__.pyc +0 -0
  62. smartpi/text_gte_model/config/__init__.pyc +0 -0
  63. smartpi/text_gte_model/config/config.json +30 -0
  64. smartpi/text_gte_model/config/quantize_config.json +30 -0
  65. smartpi/text_gte_model/config/special_tokens_map.json +7 -0
  66. smartpi/text_gte_model/config/tokenizer.json +14924 -0
  67. smartpi/text_gte_model/config/tokenizer_config.json +23 -0
  68. smartpi/text_gte_model/config/vocab.txt +14760 -0
  69. smartpi/text_gte_model/gte/__init__.pyc +0 -0
  70. smartpi/text_gte_model/gte/gte_model.onnx +0 -0
  71. smartpi/touch_sensor.pyc +0 -0
  72. smartpi/trace.pyc +0 -0
  73. smartpi/ultrasonic.pyc +0 -0
  74. smartpi-1.1.7.dist-info/METADATA +15 -0
  75. smartpi-1.1.7.dist-info/RECORD +77 -0
  76. smartpi-1.1.7.dist-info/WHEEL +5 -0
  77. smartpi-1.1.7.dist-info/top_level.txt +1 -0
Binary file
Binary file
smartpi/trace.pyc ADDED
Binary file
smartpi/ultrasonic.pyc ADDED
Binary file
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.1
2
+ Name: smartpi
3
+ Version: 1.1.7
4
+ Summary: A library use for H2-RCU
5
+ Home-page: UNKNOWN
6
+ Author: ZMROBO
7
+ License: UNKNOWN
8
+ Platform: UNKNOWN
9
+ Classifier: Programming Language :: Python :: 3.7
10
+ Classifier: Programming Language :: Python :: 3.9
11
+ Classifier: Operating System :: POSIX :: Linux
12
+ Requires-Python: >=3.7
13
+
14
+ UNKNOWN
15
+
@@ -0,0 +1,77 @@
1
+ smartpi/__init__.pyc,sha256=6K6tFoKgObl4qbwD1T4XoCxHUPJxG3pQKJiVwU1YyCw,586
2
+ smartpi/_gui.pyc,sha256=oSKniz8jnhVOBzTVcIr_nWRXQVpXMlwYWE2jccKlkts,3240
3
+ smartpi/ai_asr.pyc,sha256=A1FDUid2ZmLsVIwX4--Smtbpd5JY9JnZzLFzXCM_TL8,25314
4
+ smartpi/ai_llm.pyc,sha256=xPzJrmViMUWLItWU4hOV6fdAjcDtqy5E-ZJXf7Tv5nI,23307
5
+ smartpi/ai_tts.pyc,sha256=ybqt_ti7S5so45H6NBrwNPuN16oCQWSof0p14BHAJAQ,23558
6
+ smartpi/ai_vad.pyc,sha256=JWScct8OeughgMnjcfPD8-hwO1LNgm4YZ0R7DdXcNu0,2415
7
+ smartpi/audio.pyc,sha256=6BJpqyvvzPWCBaC1bZB6mBj0ovm1iBE1umz-AFqDLkk,2748
8
+ smartpi/base_driver.pyc,sha256=ENOdRV5-MRnMTNokc_v5mXRl9anmCtVQEoouGtvLCUs,11564
9
+ smartpi/camera.pyc,sha256=rpCEQCVxa52c17KwXyd1IJDpVnKaqOb2yBK6ra9_wnk,2545
10
+ smartpi/color_sensor.pyc,sha256=Rl5xOSEnGDSTfl-BiRsEfGJTCx6FhQgD9kZTMfRAGy8,576
11
+ smartpi/cw2015.pyc,sha256=AoZGvHPXhcqYCYFZoqt9SrXkSEv26lzf5gzXPtrAgH8,5255
12
+ smartpi/flash.pyc,sha256=PBMIhQd-jD4uXItnWGqYrbNH6e0vUESEjtYLQOSqI3Y,3403
13
+ smartpi/humidity.pyc,sha256=mGs8O6q8FfqtWLNTlc_mxALDMI-SgYKn326fPj4Hgb8,576
14
+ smartpi/led.pyc,sha256=IgJLD6vpcmSWqBW3vghIBGD4FJMX4k06lX_FlpfWk9M,540
15
+ smartpi/light_sensor.pyc,sha256=B4jqh4DVgKLuyk7Gyhprs4spdwwN2iSGDHjHtNVZIvI,1789
16
+ smartpi/local_model.pyc,sha256=r4sJM0dimpFl1lT_q11mlsVG3RZYk17D1uOIYYLBcgo,10923
17
+ smartpi/mcp_client.pyc,sha256=NeBLAxUwyqyBZddvY9dt99z6pY7uk2fsTwAPI8dzjI4,2486
18
+ smartpi/mcp_fastmcp.pyc,sha256=tQgH4oQK1kaXKuOX3h87we2cBG3Iv-4cg8KFwsgoAWY,7058
19
+ smartpi/mcp_intent_recognizer.pyc,sha256=9SZ6dW_sRHhCiZO2NsIlg6mEXN7L-l4AqCej1GdA8Q0,9079
20
+ smartpi/motor.pyc,sha256=lTMsyG_VQKUHm6Abc8fZ8Vj2evSdgXr5dWbdpRQ_iAA,3537
21
+ smartpi/move.pyc,sha256=7ZAcRwZTZFw0JAgdz8sVINBS5jfA_liV-qSd1r5RfMY,3926
22
+ smartpi/onnx_hand_workflow.pyc,sha256=PqFsh8GFU11mt9NpWVHs7kmTdEvLFVWJJgi-Ral4Qgw,5119
23
+ smartpi/onnx_image_workflow.pyc,sha256=18uW1RH5zs9-lyTOq5ASso_8lX51Y_e-GDfprxTZ2xA,4384
24
+ smartpi/onnx_pose_workflow.pyc,sha256=ppvpaBJ7_kw_xo2PTaYOHzq9c_ugkVdOUCIL1UrFeKM,12145
25
+ smartpi/onnx_text_workflow.pyc,sha256=nTeoMzDAZeSfO_o9znpWtt9AvKD3e6uy5Za9hO2URH4,5194
26
+ smartpi/onnx_voice_workflow.pyc,sha256=5uYoRued1QaCDw9tH57lxgCD0FDzjbbJO9chlBIIn7k,11417
27
+ smartpi/posenet_utils.pyc,sha256=uXYt7-yj-MTQTMcqsavHPP5RO7JVIoYJBTm95ajEsdQ,7222
28
+ smartpi/rknn_hand_workflow.pyc,sha256=fEZ0B5L8-NZwnnKGCxN2Jp_Jc6ll7jOs_B_gMpiKoX8,6405
29
+ smartpi/rknn_image_workflow.pyc,sha256=v6tAcF2XH3-A7FSwD9GdhGRhkLEImJJOurJMWeYb8Is,13535
30
+ smartpi/rknn_pose_workflow.pyc,sha256=A9Sb28YStlZSuuxDulJ3Us87W4Xba2LDV312OehNl8I,14624
31
+ smartpi/rknn_text_workflow.pyc,sha256=JwqcwFTpxoKzPWOn9an0oIan7nxoK92hIYyrG3FLY7o,7127
32
+ smartpi/rknn_voice_workflow.pyc,sha256=eEqb8CZ4ANr5rzLMpFByx_kb7fXBcEoy24v8Hi0jTYM,11266
33
+ smartpi/servo.pyc,sha256=dbBemM3Ajc2W-P8m_9qPKAWulqvCehlXlLzpEFvl1d8,3889
34
+ smartpi/temperature.pyc,sha256=2duaD34OoE38_0qx4g9p13uGR7XCWBZ1-Qj7wG2XMO4,574
35
+ smartpi/touch_sensor.pyc,sha256=NJY1_2JLw2ou_0oIoZjQmkBsP3crsd6cQFKgnzsXUSE,558
36
+ smartpi/trace.pyc,sha256=678SshlJBfNLjQxCpXvGpd4eBNwFQ6tO9hQ5QBLUS5A,2975
37
+ smartpi/ultrasonic.pyc,sha256=WDw7_oOHoaeUhHNTfABqMdPW_wuUyYORQ8ruL0c6YIQ,685
38
+ smartpi/models/__init__.pyc,sha256=WGMcMvXN09hHnz_O8sSqy13VQJg2KADUNXYB8b-2Q1g,127
39
+ smartpi/models/snakers4_silero-vad/__init__.pyc,sha256=FDivDXI5zKkyTV7k_H4t1fBHjC_fTwluewJMJw3KZr4,147
40
+ smartpi/models/snakers4_silero-vad/hubconf.pyc,sha256=CdK32xpLsfDZRBVjZP03BxWiPr76O0mzdZxcRGPob0w,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=Qgb60j0p_bFijNYzJkTKAlIFXdKUQlLjGWpS88TlbQE,130
46
+ smartpi/posemodel/posenet.tflite,sha256=KFcCnk1X5KvJrVC_c_PhL76pdvwL0hZvBdNqhzZ7J2I,1303152
47
+ smartpi/tencentcloud-speech-sdk-python/__init__.pyc,sha256=ZuZue0FI3iuZJ4Sk1BTbuwWuE4LzkM7Q10hnxeO0b0k,151
48
+ smartpi/tencentcloud-speech-sdk-python/asr/__init__.pyc,sha256=nftdmukWHHeN6moUlyIQJTL72hpjxVL7ALlcUUWg0D4,155
49
+ smartpi/tencentcloud-speech-sdk-python/asr/flash_recognizer.pyc,sha256=tl8F8EYvMIue_UyWZjYxdj0O_vccYMzWpg7gFhQzfuY,6709
50
+ smartpi/tencentcloud-speech-sdk-python/asr/speech_recognizer.pyc,sha256=fWnzO47yY8IpUxruX448-gna2ysbIQhVSnraJDFl4G4,10008
51
+ smartpi/tencentcloud-speech-sdk-python/common/__init__.pyc,sha256=6h1kxSsChkbsOQjqw9R4tIWhHlKoB6o3BA5JtYT92vM,158
52
+ smartpi/tencentcloud-speech-sdk-python/common/credential.pyc,sha256=ZoshLuYfo4H3a18gen1OyvrZdTfpvMuaPYTunyHYpwM,507
53
+ smartpi/tencentcloud-speech-sdk-python/common/log.pyc,sha256=C1cg2iRLcAnvYjSZznwIM5l7AZ8Lzd_yy7rg6lkK9Mg,622
54
+ smartpi/tencentcloud-speech-sdk-python/common/utils.pyc,sha256=eOkonqjX6TfzgIW1Nyv8A4Ef9LXvY0VXuvdHco9x6Ms,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=wwsvQD1NLLdErTIs1n2ZyjU5hiZKsc2bWDc-uvxRyPY,155
57
+ smartpi/tencentcloud-speech-sdk-python/soe/speaking_assessment.pyc,sha256=yywvK0GTatyg4mrEa--z43M51-_Rn3KvGp7wiZjAmCc,8742
58
+ smartpi/tencentcloud-speech-sdk-python/tts/__init__.pyc,sha256=AAsUqZEUXr0qvkLasjp58YPn9zDB7CpZR6O5OZ838zg,155
59
+ smartpi/tencentcloud-speech-sdk-python/tts/flowing_speech_synthesizer.pyc,sha256=JdazYrMe-x_Tf7QRXEpDNZcjGZbhSytCNJynarrTI10,10824
60
+ smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer.pyc,sha256=TeV8iCwyW5CxGYj4DyabRuF965uiOo2g7e9d1DzDK6s,4792
61
+ smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer_ws.pyc,sha256=YkHu5vKEpuxs9y6Txo69JYpk6T6EOfhVgO_Q6cK7XKU,8472
62
+ smartpi/tencentcloud-speech-sdk-python/vc/__init__.pyc,sha256=s7JFbSzoyfS_dzd2ZLyseKiOf5HfdkkTu5y8b65rZA8,154
63
+ smartpi/tencentcloud-speech-sdk-python/vc/speech_convertor_ws.pyc,sha256=KdtZGED2xZOHw0OGGjyqFeGoYIlYQArbl5qHfHWoLl8,8168
64
+ smartpi/text_gte_model/__init__.pyc,sha256=BHlyHCjq-vmnTA5aSiKJ41h5RqR3_GJ5HXZF0aaxIe8,135
65
+ smartpi/text_gte_model/config/__init__.pyc,sha256=IvAP-rz4Vwfvf8Z4JlLR_KGqF0qXLhBWezesY42R3JU,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=0OSRNnWoXwYiCD5ikZG1Rns9NBOw5OGftLK6Q5DBMMk,139
73
+ smartpi/text_gte_model/gte/gte_model.onnx,sha256=XXYg6TUhzOx1SqAhp6ePDU0QgeK6DQEqHATMuQQJCNE,30468366
74
+ smartpi-1.1.7.dist-info/METADATA,sha256=208ChO66hq9hKgijyPr-LO0gQOmVCFksOyS6navQcrk,334
75
+ smartpi-1.1.7.dist-info/WHEEL,sha256=aJty13KBm0wvZstS1m6yOQEKM6tG7_G5OIgml9XZpVM,93
76
+ smartpi-1.1.7.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
77
+ smartpi-1.1.7.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.45.1)
3
+ Root-Is-Purelib: true
4
+ Tag: cp39-none-any
5
+
@@ -0,0 +1 @@
1
+ smartpi