Mattyhawk wrote: ↑Wed May 15, 2019 4:41 pm
I want to code an ai that can recognise noises like a dog barking and put it in a website.
I'm not sure how to do this though.
I guess that I will have to code it in html.
Does anyone have any ideas.
Yes.
HTML is not a programming language. It's a text mark up language. So you ain't writing any AI codes in that.
Get yourself one of these:
https://www.seeedstudio.com/Grove-AI-HA ... -4026.html
seedstudio have microphones, cameras and all kind of things to plug into that. It's very cheap. If you cannot wait for that particular Pi HAT board they have other similar but non-HAT format boards.
There is hardware acceleration on there for the AI things you will need like neural nets, convolution and FFT. As faras I understand they have AI libraries that allow you to use it all from Python.
You can always display your results, formatted with HTML, in a web page from a server on your Pi.
When you have figured out how to do it and have a working sound recognition system, please do write about it somewhere and let us know. I'd be interested in getting started with that but don't have the time for it.
Memory in C++ is a leaky abstraction .