+ 1
Best language for coding image recognition?
Do any of you have experience with the coding of image recognition? if some of you do; what language is the best for programming this and why?
12 Answers
+ 3
I think you should check google image recognition sdk. I personally used speech recognition sdk and it was very easy. this sdk is provided for many platforms and languages so it's really easy to use
+ 2
it depends on the field you want to work. android developement or web developement or maybe windows app developement đ
+ 1
Python is best for Artificial Intelligence, because it has a very rich resources (like libraries, modules ) and very big supportive community.
+ 1
the most common ones are java for android and swift for IOS. the common environments are Android studio and Xamarin.
but there is also a new way of developement which is C# and using Visual studio 2017. in the latest version of visual studio you have Xamarin evironment inside visual studio and you can do the coding with C#. android apps and IOS can be developed this way too. but since it's fairly a new technology there may not be enough documents and tutorials as much as the common way.
+ 1
c# would be enough for this sdk
this sdk is provided for .Net platform.
0
nice, Thank you i will look into that đ
0
Hi,
I would say this is an ongoing discussion and has been for a while. I would say that using MathLab for it's math and matrix capabilities (an image is a 2D matrix) to develop algoritm(s), which then is converted to C++ or C# for speed, is the way to go. But Python is definitely a strong contender, being free and Java based.
0
Thanks for the help.
I would say i am a beginner in the programming world beside HTML and CSS so what would you recommend if thinking of difficulty?
0
i would like to make an app both for iOS and Android đ what do you recommend for doing that?
0
can i write the image recognition within visual studio with C# or do i also "have to" use python?
0
Nice, Thank you đ
- 1
okay great! but is it the only one that is good or can other languages be used?