Tensor flow with Zerynth

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted

I am wanting to implement neuron network on PSOC 6. I see that Zerynth studio enables Python implementation on PSOC 6. Has anyone tried SensorFlow lite with this setup?

Thanks

0 Likes
1 Solution
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Yes Zerynth Studio has enabled Python development on our PSoC6 WiFi-BT Pioneer Kit. Although there are no examples written specifically for PSoC6, it should be portable. You can find a reference example using TensorFlow Lite on the STM32F746 Discovery kit. Here's a blog post describing the steps.

The source code repository is here.

Hope this helps

Regards,

Dheeraj

View solution in original post

2 Replies
AlKh_4607036
Level 1
Level 1

The online service at https://cloud.infxl.com uses TensorFlow 2.0 at the backend, but delivers trained networks in the form of very simple and concise C code. Here is an example of a trained deep net: https://cloud.infxl.com/infxltrainednet

0 Likes
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Yes Zerynth Studio has enabled Python development on our PSoC6 WiFi-BT Pioneer Kit. Although there are no examples written specifically for PSoC6, it should be portable. You can find a reference example using TensorFlow Lite on the STM32F746 Discovery kit. Here's a blog post describing the steps.

The source code repository is here.

Hope this helps

Regards,

Dheeraj