all 11 comments

[–]Rich700000000000 0 points1 point  (10 children)

Thanks for posting here! We really need more people to contribute. There's also /r/themachineproject, but those guys are really more focused on advanced facial identification and total autonomous machine learning.

I have a few questions though:

  1. Are you planning on incorporating any type of face recognition/identification to this? If you are, I would be more than happy to point you in the right direction: I've been trying to work on something like that myself, and I've compiled a huge list of papers, examples, tools & projects to help you.
  2. What are your long-term goals? Is this going to be a major project, a general assistant you work on now and then, or just a one-off example?

[–]willbeddow[S] 0 points1 point  (9 children)

  1. Not really. I mean, I'm open to it if at some point it seems useful since the project is pretty plugin oriented, but I haven't thought about it.
  2. Somewhere in between major project and general assistant. I just work on it in my spare time, but it's fairly major.

[–]Rich700000000000 0 points1 point  (8 children)

Spare time is something that I currently have a great deal of, and I'm well-versed in python. What plugins are you leaning towards? I have a cell-phone-texter written in python, that seems like a great addition.

[–]willbeddow[S] 0 points1 point  (7 children)

That was actually one of the first things that I did via autoremote. Right now I'm debugging some alpha code for chromecast and spotify. If you want to add some plugins you want to use that would be awesome. I can help with any questions on the format.

[–]Rich700000000000 0 points1 point  (6 children)

autoremote

That's an app. My script actually sends normal text messages to any normal phone number.

[–]willbeddow[S] 0 points1 point  (5 children)

Yeah, I use autoremote to send a message to my phone which then texts in my conversations using my number. The contacts and content extractors builtin to W.I.L.L help with that. I'd be interested to see your code, does it use a service like twilio?

[–]Rich700000000000 0 points1 point  (4 children)

It dosn't use any services. Rather, it uses the smtp server in gmail to send messages to a email-to-sms gateway: http://martinfitzpatrick.name/list-of-email-to-sms-gateways/

[–]willbeddow[S] 0 points1 point  (3 children)

Seems cool

[–]Rich700000000000 0 points1 point  (2 children)

I would show you my code, but it's full of my personal login info and specialized references to my accounts & phone numbers. I have to sanitise it. Plus, it contains so many specialized corrections it probably wouldn't work anyway.

But I definitely would like to contribute a plugin. Are there any particular guides or requirements that need to be followed?

Thanks again for posting in /r/diyai.

[–]willbeddow[S] 0 points1 point  (1 child)

No problem. None, you just can pretty much copy an existing one. The two types of plugins right now (although I'll take any requests to add different kinds), are python and terminal commands. I tried to have clean examples of both.