RE: Sample project on Image Processing

2016-02-22 Thread Mishra, Abhishek
...@gmail.com [mailto:ndj...@gmail.com] Sent: Monday, February 22, 2016 7:31 PM To: Sainath Palla Cc: Mishra, Abhishek; user@spark.apache.org Subject: Re: Sample project on Image Processing Hi folks, KeystoneML has some image processing features: http://keystone-ml.org/examples.html Cheers, Ardo

Re: Sample project on Image Processing

2016-02-22 Thread ndjido
Hi folks, KeystoneML has some image processing features: http://keystone-ml.org/examples.html Cheers, Ardo Sent from my iPhone > On 22 Feb 2016, at 14:34, Sainath Palla wrote: > > Here is one simple example of Image classification in Java. > >

Re: Sample project on Image Processing

2016-02-22 Thread Sainath Palla
Here is one simple example of Image classification in Java. http://blogs.quovantis.com/image-classification-using-apache-spark-with-linear-svm/ Personally, I feel python provides better libraries for image processing. But it mostly depends on what kind of Image processing you are doing. If you

Re: Sample project on Image Processing

2016-02-22 Thread Akhil Das
What type of Image processing are you doing? Here's a simple example with Tensorflow https://databricks.com/blog/2016/01/25/deep-learning-with-spark-and-tensorflow.html Thanks Best Regards On Mon, Feb 22, 2016 at 1:53 PM, Mishra, Abhishek wrote: > Hello, > > I am