smartpi 1.1.7__cp37-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 +29 -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,29 @@
1
+ Metadata-Version: 2.1
2
+ Name: smartpi
3
+ Version: 1.1.7
4
+ Summary: A library use for H2-RCU
5
+ Author: ZMROBO
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.7
10
+ Description-Content-Type: text/markdown
11
+
12
+ 灵芯派函数库
13
+ SmartPi library
14
+
15
+ V0.1.31
16
+ 1、更新了设备硬件ID读取函数;
17
+
18
+ V0.1.40
19
+ 1、优化所有读取和控制从机的通讯函数;
20
+ 2、优化通讯机制,全层面接收缓存及时清空;
21
+ 3、增加电源按键检测机制;
22
+ 4、增加可调用模型和相关功能函数;
23
+
24
+ V1.1.1
25
+ 1、修复块传输bug;
26
+ 2、更新gui函数功能;
27
+
28
+ V1.1.2
29
+ 1、增加了音频函数库;
@@ -0,0 +1,77 @@
1
+ smartpi/__init__.pyc,sha256=F9lEB11gqb8OwsFWZcuctdmbHd_tFXtzhslbA85-YTY,634
2
+ smartpi/_gui.pyc,sha256=o-3mcly1x34tJjOzp6GTAnj3WnlG6uqxbf569zvpCQY,3210
3
+ smartpi/ai_asr.pyc,sha256=7OPVZpXbKW6aNP4VF5QMaCwvhDjwXAOODwnD8m4jSNo,24932
4
+ smartpi/ai_llm.pyc,sha256=tuAf2wuheZf9RVO1sUu4v3Hs928LGE__4002irjLfP8,24655
5
+ smartpi/ai_tts.pyc,sha256=0ErRcwsYjrGOPtsupnXna6uKHUGG86pFYr7psZImpUA,22843
6
+ smartpi/ai_vad.pyc,sha256=VqXgeGbbYsczDVwa95k7X8KB19gt_kkrdOi0n3jVk_I,2389
7
+ smartpi/audio.pyc,sha256=NbHaqJJvCCoPqSiKRHQfqE2_Fv8hVggP-LnwMh_Wbvo,2702
8
+ smartpi/base_driver.pyc,sha256=6ritNGbM9YNtMjXqVJyV3y--LzBVIWPSVZiDyS5gISc,11868
9
+ smartpi/camera.pyc,sha256=VNIHGs6aSfUslE2HKmryY7jpw78jDh8en4vWQ-B7-6A,2505
10
+ smartpi/color_sensor.pyc,sha256=rkCNal-b7AC39AL1vLdxayspEuBV9ygbS--NHrx-1gE,555
11
+ smartpi/cw2015.pyc,sha256=YPM5IkVFCz-5bSGjlyUGi92PZSj_mvcJdUU6F6cLXAE,5202
12
+ smartpi/flash.pyc,sha256=AtjkMrqbuqzT9nn1UkhYZB-Z3OorIAxMjbOGEntiYB8,3398
13
+ smartpi/humidity.pyc,sha256=HQSOufnwA5r25T9U6tpaUsTM6hkxqwSM5TpNuowU1-I,559
14
+ smartpi/led.pyc,sha256=7bDBrw1gfb-3k-TBD95DFVx2Y251jB5_UujuMZuiUck,524
15
+ smartpi/light_sensor.pyc,sha256=hSl2VQCmj2KS2l4-MfB5b1Hg0epVCO7RBMresiNYUUI,1815
16
+ smartpi/local_model.pyc,sha256=CbKd4DUKm-oSYd5MQ0tAICc15jV9Nb2LQRdX5yyQAIA,11006
17
+ smartpi/mcp_client.pyc,sha256=k6O0HVHOmZqisiofJhlFwvuhEFWtdPpfs7s9pdOu5MM,2434
18
+ smartpi/mcp_fastmcp.pyc,sha256=Zkghy6l-0gRQIGrxieUU-4OoltfGOumlygDNYFrDYfQ,6990
19
+ smartpi/mcp_intent_recognizer.pyc,sha256=pCCXUuuaV9aMzJ1JAEMzd2q7r4glWSluWyHMcTO1lG0,8932
20
+ smartpi/motor.pyc,sha256=DfSfyz5JmlAvzSE8gf5GdMeVtVuEFUyP0_kRjbfLwkY,3588
21
+ smartpi/move.pyc,sha256=d-2UWm5zJnibEWbagolgpL7RWDdKs0kTW0sxwv3pLn0,3925
22
+ smartpi/onnx_hand_workflow.pyc,sha256=cbHzOK70dPfwkAzqahHwQQuYIN0noawLJ7BtMspbTFI,5096
23
+ smartpi/onnx_image_workflow.pyc,sha256=Y2JfBFvPV-G4Dr1ampx49akzl6vdMJf9zSuIjrWmq_Q,4324
24
+ smartpi/onnx_pose_workflow.pyc,sha256=ZbJq2gorP7rx7IvwxCsiy-QwwuJ8LQ0Nbry7Mtu7Qm0,12228
25
+ smartpi/onnx_text_workflow.pyc,sha256=CXxk0X4MIXvN5Ph1GMPHpjtDVdHj4imZXKCEb0pC2Uc,5138
26
+ smartpi/onnx_voice_workflow.pyc,sha256=Q1D0016-FPE_L6-FQrLsuHE_ORLkzG57ccq9DcrGUHI,11464
27
+ smartpi/posenet_utils.pyc,sha256=EshQNBr62onGxmOdZbUFQ8XukwUZOS_8a6_SFPapzdI,7178
28
+ smartpi/rknn_hand_workflow.pyc,sha256=V4TBApXVvofTkUhTf0d9A6z22VuC29y5LYqBGAckjxI,6337
29
+ smartpi/rknn_image_workflow.pyc,sha256=MWWhO4OAQFx_lyiru720_nAyrpWwKRUaPFzC0tP_BHs,13471
30
+ smartpi/rknn_pose_workflow.pyc,sha256=JsU4dab0sW0vyn6HhHJgktu01172XD_vVZSGWvPb3FQ,14788
31
+ smartpi/rknn_text_workflow.pyc,sha256=uzetvSgOfADeGJhqntHVBhq0v76vvuM3a-6kb5B8cs8,7045
32
+ smartpi/rknn_voice_workflow.pyc,sha256=OfYjA56hxYO_zwQ8WFXPkBXtYOAHLxV1sJkL6rIIii4,11263
33
+ smartpi/servo.pyc,sha256=HAc_SzBnTEanNqHAmi6nKWhe0DxgF4vrh3w0x4zL_uc,3939
34
+ smartpi/temperature.pyc,sha256=Xq9wm_c6KAoRQdeAe3VJuuOzrnMcUE1rXCNg2Rghk3I,562
35
+ smartpi/touch_sensor.pyc,sha256=ubY0Byqdr4PabaMv1F8BDEeHXW44-ugwx_sXuoFEgfo,547
36
+ smartpi/trace.pyc,sha256=3VSaJH-KPM6YnzVf4S0hTTKxdLEP3veshWGKSLt0EaY,2961
37
+ smartpi/ultrasonic.pyc,sha256=M-TQ8coYFDF5Av84ej_eD62QjWPOKUKnCALxhhy8l5g,669
38
+ smartpi/models/__init__.pyc,sha256=U7QgLLLmc_S2K9udx_wzJ1SpymILXqtqFHyTmY_2lTA,123
39
+ smartpi/models/snakers4_silero-vad/__init__.pyc,sha256=IwNiq6v5Sz8xpHNdFu-4iQipKalC0MiWsmDgDMZzZbI,143
40
+ smartpi/models/snakers4_silero-vad/hubconf.pyc,sha256=sDIQBczOOF_DpxUaofKMVRt3UgXCeVCpXsxpVjrXi8U,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=4wrKMStedy7pvqUZc1eTynA_ejl7yX8EBqpU1ekz8ZE,126
46
+ smartpi/posemodel/posenet.tflite,sha256=KFcCnk1X5KvJrVC_c_PhL76pdvwL0hZvBdNqhzZ7J2I,1303152
47
+ smartpi/tencentcloud-speech-sdk-python/__init__.pyc,sha256=NaYD5t0YL7aj0Qtc0ob4S2_yGy7lR07dMK_U4-glf-Q,147
48
+ smartpi/tencentcloud-speech-sdk-python/asr/__init__.pyc,sha256=uIRuEILPA4PDp280nahm88N_NxJfAZX6Z2fu8wWekAw,151
49
+ smartpi/tencentcloud-speech-sdk-python/asr/flash_recognizer.pyc,sha256=8dJ2bpEmnhe-mePKQkw-BSyNcgiT1h0FQRCCFXhf5VY,6585
50
+ smartpi/tencentcloud-speech-sdk-python/asr/speech_recognizer.pyc,sha256=-7oFP420AYP5XWpoFRsN6AHja3pBIDxeqTNDMpJgRS8,9908
51
+ smartpi/tencentcloud-speech-sdk-python/common/__init__.pyc,sha256=EoeJ1w03e8KAdngrI5WLgV_vj1N1i0kEi3e0RPRqRBY,154
52
+ smartpi/tencentcloud-speech-sdk-python/common/credential.pyc,sha256=AtvIRgswTL1AEZWU6x11rkYzmLgUZkgrvdivQBNtWzo,495
53
+ smartpi/tencentcloud-speech-sdk-python/common/log.pyc,sha256=QEM0G_ctGAl6uSiJBsb3GtNiq6YCySYwLQXRWaCSHIU,616
54
+ smartpi/tencentcloud-speech-sdk-python/common/utils.pyc,sha256=uf9BHPCuqzZzRmIsDOoIKEqoDTt0e-ReBcKI2910RTA,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=xVHSgLgipV6QmWGpSm59Ym4emz0IS5bl7s4sfgrq2f0,151
57
+ smartpi/tencentcloud-speech-sdk-python/soe/speaking_assessment.pyc,sha256=YtG4Mp5sVZW2TFYyenSRZbGGBKVuSx1OqfGwYU1PSOo,8639
58
+ smartpi/tencentcloud-speech-sdk-python/tts/__init__.pyc,sha256=YbSAq6GUJNn59q2UJFwxp5FjkKdAHBVoS4iontXzcjE,151
59
+ smartpi/tencentcloud-speech-sdk-python/tts/flowing_speech_synthesizer.pyc,sha256=4565lWqK1PGJSyNfJWdqnU4btVkxh8jwGPuwx_ANXUo,10745
60
+ smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer.pyc,sha256=X7sVRM4Z1CV5DpS7bnPLyFLj3O6T5ZM4IvwN2dMYDm4,4720
61
+ smartpi/tencentcloud-speech-sdk-python/tts/speech_synthesizer_ws.pyc,sha256=IUkWCbT4H_9oBAtmZ63E92OBDuPgfneV1MhIv0i05fM,8372
62
+ smartpi/tencentcloud-speech-sdk-python/vc/__init__.pyc,sha256=IoUOqUm8QcsPq3FSu8Dqg3EP5kysgLFiipfDxc-QV9c,150
63
+ smartpi/tencentcloud-speech-sdk-python/vc/speech_convertor_ws.pyc,sha256=H2TVs3HZlVXV76GqLiBEtK0hlVXX2qVZSHzd--eWO4U,8096
64
+ smartpi/text_gte_model/__init__.pyc,sha256=WqUFudKqJONYz8xv6fm8H-AUZfmFxRbm3TbAQyGH6nQ,131
65
+ smartpi/text_gte_model/config/__init__.pyc,sha256=7BsNMbLfoNtkhIWdtoFHgPntAP4EdTyWBOHVUkjFFbw,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=5S7nrGdE108AxLEArlfJQfUu1AKzxYB6RQlvZ7hscTs,135
73
+ smartpi/text_gte_model/gte/gte_model.onnx,sha256=XXYg6TUhzOx1SqAhp6ePDU0QgeK6DQEqHATMuQQJCNE,30468366
74
+ smartpi-1.1.7.dist-info/METADATA,sha256=ErPWi_ZgZo1AhVvqHc6ojBqqkQqnuidTHd2fkHyNKhI,715
75
+ smartpi-1.1.7.dist-info/WHEEL,sha256=moARxrlqk7HLRK2PrMdSaHPbq4FGeITJHrnrnLW1wx8,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.42.0)
3
+ Root-Is-Purelib: true
4
+ Tag: cp37-none-any
5
+
@@ -0,0 +1 @@
1
+ smartpi