sipeed / MaixPy-v1

MicroPython for K210 RISC-V, let's play with edge AI easier
https://wiki.sipeed.com/maixpy
Other
1.68k stars 439 forks source link

K210 Isolated Word Vocabulary save #499

Open Rhythm8503 opened 2 months ago

Rhythm8503 commented 2 months ago

Good morning,

I'm trying to make a speech recognition algorithm from the K210 and I'm having a hard time figuring out where I could save vocabulary templates, or just how to. Is there any sources you guys could give me? I mainly want my vocabulary saved so when I power down the chip and restart I don't need to record myself again. Thank you!

Rhythm8503 commented 2 months ago

I've been trying for the past 2 hours to figure out how to save this, either saving it as an array, or just to the board's flash and there is nothing in the documentation. Please can someone help me save this so I don't have to constantly record myself to use this.