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
@@ -0,0 +1,23 @@
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "full_tokenizer_file": null,
7
+ "mask_token": "[MASK]",
8
+ "max_length": 256,
9
+ "model_max_length": 1000000000000000019884624838656,
10
+ "never_split": null,
11
+ "pad_to_multiple_of": null,
12
+ "pad_token": "[PAD]",
13
+ "pad_token_type_id": 0,
14
+ "padding_side": "right",
15
+ "sep_token": "[SEP]",
16
+ "stride": 0,
17
+ "strip_accents": null,
18
+ "tokenize_chinese_chars": true,
19
+ "tokenizer_class": "BertTokenizer",
20
+ "truncation_side": "right",
21
+ "truncation_strategy": "longest_first",
22
+ "unk_token": "[UNK]"
23
+ }