Aici for android

  • 31 Replies
  • 9526 Views
*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Aici for android
« Reply #15 on: April 29, 2012, 08:15:10 am »
I was just about to release a newer version which allows proper disabling of the voice. (tomorrow or so). Sorry I was a bit late (also tried to put in some speed improvements and had some woes with people from a previous life popping up).

The current voice recognition comes from google. Glad to hear it's working for you. For me, none english speaker, it's not that great. It also requires a network connection, which I don't like.

How was the speed on your phone?  On mine it still needs some work (luckily there is still plenty of room in this area). Especially disk access is currently a problem. The first salvo takes a long time.

Also, I don't like the sync at the start. It's not really required once you can use proper if-then and loops in the 'do-patterns'. So it's gonna go as soon as possible.

Glad you liked it.

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Aici for android
« Reply #16 on: April 30, 2012, 02:18:40 pm »
I've published a new release. In this version, you can disable TTS and it should also respond better in case google play can't be reached. I can't test this cause I don't have such a device. Would you like to try this out for me, Freddy?
This version is also able to report battery state, voltage and temperature.

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Aici for android
« Reply #17 on: April 30, 2012, 10:03:28 pm »
I find I have to speak really crisply at the phone, but I am getting used to it.

Speedwise it was quite good, as good as any other bot - certainly as good as my own experiments using the Pandorabots server and my own little bot program, which I still have to finish...

Have been a bit busy today, have spent most of it installing an SSD drive with a lot of help from Data...pretty much done all the important stuff now and the system seems stable.

But back on topic, yes the first reply took a while and I thought it had crashed, later replies were fine.  So all the bot processing is done server side then ?

I can test out the new release sure...is it on the marketplace ?...oh that's Google Play now...yeah...

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Aici for android
« Reply #18 on: May 01, 2012, 07:39:59 am »
No,all the processing is done locally, except the google speech part. This is an external application that I use on the phone and it uses the google servers to transform the sound into text (for now). Processing the text is local. That's why the first salvo currently takes so long: all the code is being loaded from the sd-cards, which is slow. For the next statements, lots of stuff is already in memory and things go faster.
Fixing this is a bit tricky, there are many small things that need to be done: reading larger blocks from disc instead of a single one each time (so that the disks aren't overtaxed), pre-loading things, .... 

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Aici for android
« Reply #19 on: May 01, 2012, 09:05:38 am »
those SSD cards. Is the speed difference very noticeable?
If you need any help with the android api's, I'm slowly starting to understand them.

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Aici for android
« Reply #20 on: May 01, 2012, 01:43:20 pm »
OK I see, that's interesting as my app obviously does it server side.  Very wise to install to SD then in that case  O0

SSD...to be honest it is probably the most effective change to my computer I have made in terms of speed.  Windows boots in seconds, desktop loads more or less instantly, programs open in a snap etc etc, so yes I like it.  The only other way for me to have achieved similar results would be to buy a new MB and CPU...one of the new Intels or something, but that would have cost me a lot more and even then I would still be tied to the slower HDD speeds.

They are coming down in price a lot lately, in the past month I saw it go from about £110 to £95, and now I see it's at £90 on Amazon.

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Aici for android
« Reply #21 on: May 01, 2012, 01:50:53 pm »
those are reasonable prices indeed (it's been a while since bought a harddisk, without all the rest)

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Aici for android
« Reply #22 on: May 02, 2012, 07:08:57 pm »
Do I just unistall the old version and redownload the one at Play ?

Also is it time to roll out the banner ?  ^-^

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Aici for android
« Reply #23 on: May 03, 2012, 01:25:04 pm »
Quote
Do I just unistall the old version and redownload the one at Play ?
yes, if you can access google play. Otherwise, you can download it from the download page or from here.
A small warning though. I discovered 2 serious bugs in this version: memory isn't saved properly (tried to optimize something, accidentally opened it read-only  :-[ ) Also, the 'like' topic has a small bug left, that I though I had fixed, apparently not.

Quote
Also is it time to roll out the banner ? 
I guess so, I'd like to get these 2 bugs fixed and I've also put in a background image (making it selectable as well), which would make more sense with the banner. I've also done some improvements about the first statement's speed (not there yet completely). So perhaps you could put it up when the next release comes out. I'm aiming for somewhere next week (as early as possible).

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Aici for android
« Reply #24 on: May 03, 2012, 02:09:00 pm »
Yes, the phone has full access - actually there was a notification and it appears to have upgraded now  O0

It's still working anyway, just that intial question hangs...

Just let me know when you want the banner up, I will put in on the Chatterbot Collection too :)

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Aici for android
« Reply #25 on: May 16, 2012, 04:39:28 pm »
I just did a new release of the android app. Here's what's new:
-Change the appearance of application (background, fonts, colors)
-search for images  (saw Freddy's AIML pattern, figured I could do this as well  :P )
-open the photo gallery
-open google
-start gmail
-started work on allowing the android app to be fully managed from the app itself (instead of the pc), in combination of a file server (already used to install some images).

There was also still a deadlocking bug that I only began noticing on the android platform. This should be gone now (damn hard one) And some speedups. The first sentence is still slower as the rest, but everything is a bit faster. Especially if you do the same statement 2 times, that's really fast (the difference in having the data buffered or not).

So, I guess it's time to put up the banner now?

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Aici for android
« Reply #26 on: May 16, 2012, 05:30:47 pm »
Quote
saw Freddy's AIML pattern, figured I could do this as well

Ahh good, at least one person found it useful, that's enough for me :)

It all sounds good, congratulations  8)

I can put the banner up, no problem at all - where to you want me to point it towards ?

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Aici for android
« Reply #27 on: May 16, 2012, 06:00:24 pm »
I think this: http://bragisoft.com/ is best, thanks

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6855
  • Mostly Harmless
Re: Aici for android
« Reply #28 on: May 17, 2012, 12:10:39 pm »
Done :)

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Aici for android
« Reply #29 on: May 17, 2012, 01:10:38 pm »
Thanks!
I had forgotten how good it looks. Could I use it again in case I can put up a banner somewhere else?

 


OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

259 Guests, 0 Users

Most Online Today: 259. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles