W
WPCentral Question
Hello,
I am learning to develop windows phone 8 apps and was in dire need of help from someone experienced.
To give you some context: I have developed a basic app where the users can post messages which get stored on cloud database (azure). All users can retrieve messages posted by other users.
Within this framework I want to detect if a message is spam. I have implemented a python program which takes as input a message and outputs spam or not spam depending on the message. I want to somehow link this program with my app. Any ideas, how I can do that?
I think I can make this program run on some Virtual machine and then somehow call it from my app/cloud service. But I have no clue, how I can do this.
i have access to all azure services, so that won't be a problem.
Any ideas from the community?
I am learning to develop windows phone 8 apps and was in dire need of help from someone experienced.
To give you some context: I have developed a basic app where the users can post messages which get stored on cloud database (azure). All users can retrieve messages posted by other users.
Within this framework I want to detect if a message is spam. I have implemented a python program which takes as input a message and outputs spam or not spam depending on the message. I want to somehow link this program with my app. Any ideas, how I can do that?
I think I can make this program run on some Virtual machine and then somehow call it from my app/cloud service. But I have no clue, how I can do this.
i have access to all azure services, so that won't be a problem.
Any ideas from the community?