Author Topic: Project ACE  (Read 3788 times)

0 Members and 1 Guest are viewing this topic.

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Project ACE
« on: April 26, 2011, 06:19:12 pm »
It seems whenever a member post something hes been working on I have something similar Ive been working on.....ghost.... :P

Project ACE or just ACE will be my attemp to create an advanced AI. Heres the contents of the Design.txt file:

Code: [Select]
#######################################################################
#######################################################################

  ###################     ###################     ###################
  ###################     ###################     ###################
  ###             ###     ###                     ###   
  ###             ###     ###                     ###
  ###             ###     ###                     ###
  ###             ###     ###                     #########
  ###################     ###                     #########
  ###################     ###                     ###
  ###             ###     ###                     ###
  ###             ###     ###                     ###
  ###             ###     ###################     ###################
  ###             ###     ###################     ###################

#######################################################################
#######################################################################

#####################
#####################
###               ###
###     IDEA      ###
###               ###
#####################
#####################

ACE will be based of JARVIS from Iron Man. The basic idea will be to
allow me to control certain aspects of my computer by just speaking to
the computer. ACE will be able to understand humans and be able to talk
to them. ACE will have built in file management and well control of the
whole computer.

#####################
#####################
###               ###
###    FEATURES   ###
###               ###
#####################
#####################

Speech Recognition
A Voice
File Management
Real-time Updates
Conversation System/Understanding
Logic

#####################
#####################
###               ###
###   INTERFACE   ###
###               ###
#####################
#####################

The current idea for the UI will be a CLI like design. May have a menu
to control certian options of ACE uh...

Here a preview of what Ive got so far:


I know this should really be written in something like C++ but I havent touched that in ages and with exams coming up :P

Ideas and suggestion are welcomed. I'll update whenever I can be bothered too :P

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Project ACE
« Reply #1 on: April 26, 2011, 06:31:41 pm »
Yet another extremely ambiguous project :P But non the less interesting. What language are you going for? From the looks of it VB6?
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Project ACE
« Reply #2 on: April 26, 2011, 06:38:33 pm »
Yet another extremely ambiguous project :P But non the less interesting. What language are you going for? From the looks of it VB6?

Haha thank you :P Yep Im going to be using VB6. I'll probably get back to C++ when schools out which wont be far now ;D

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Project ACE
« Reply #3 on: April 26, 2011, 06:41:27 pm »
Haha thank you :P Yep Im going to be using VB6. I'll probably get back to C++ when schools out which wont be far now ;D

I see. If this is just going to be some sort of speaking AI, you might want to look into "dragon naturally speaking". Its a quite perfect speech recognition program that can probably be used for something useful for this kind of project, I mean its much easier to make a command interpreter for a speech recognizer than making the recognizer itself. I have personaly used Dragon Naturally Speaking, and its actually pretty good, you need a decent mic tho ;)
« Last Edit: April 26, 2011, 06:42:08 pm by ande »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Project ACE
« Reply #4 on: April 26, 2011, 06:48:21 pm »
Right now im messing with Microsoft Speech SDK 4.0 its okay but yea...Look neat thanks ande ;D

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Project ACE
« Reply #5 on: April 26, 2011, 07:04:21 pm »
Right now im messing with Microsoft Speech SDK 4.0 its okay but yea...Look neat thanks ande ;D

I did a similar project, speech recognition a time back. First I tried using some DLL of the net that would stream the mic input to a file for x amount of time, then idd make the program read that file while lunching the DLL again to record to another file for a few sec etc, juggling between two files for a few sec. But I ended up using Dragon Naturally Speaking and also ended up with a much better result, performance vise and success vise.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Project ACE
« Reply #6 on: April 26, 2011, 07:24:01 pm »
I did a similar project, speech recognition a time back. First I tried using some DLL of the net that would stream the mic input to a file for x amount of time, then idd make the program read that file while lunching the DLL again to record to another file for a few sec etc, juggling between two files for a few sec. But I ended up using Dragon Naturally Speaking and also ended up with a much better result, performance vise and success vise.

Thanks for the information ande ;D

Offline gh0st

  • Sir
  • ***
  • Posts: 575
  • Cookies: 8
  • #DEDSec
    • View Profile
Re: Project ACE
« Reply #7 on: April 26, 2011, 10:14:22 pm »
Zesh, you are trying to make something like this?

I like your project I suggest you to use an avatar for ACE this one is cool


use the same method as mine

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Project ACE
« Reply #8 on: April 26, 2011, 11:18:14 pm »
Having a avatar is pointless :P Will just slow the program down, cosmetics should be done last anyway.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Project ACE
« Reply #9 on: April 26, 2011, 11:35:38 pm »
@ghost something like that ;D and I wont have an avater just going to leave the interface as it is for now.

Heres an update. Simple convoseration system although it sucks but as it shows the text on the screen it also speaks it out. So ACE now has a voice ;D

« Last Edit: April 26, 2011, 11:36:39 pm by Zesh »


Offline bluechill

  • Cybermancer
  • Royal Highness
  • ****
  • Posts: 682
  • Cookies: 344
  • I am the existence in these walls
    • View Profile
Re: Project ACE
« Reply #10 on: April 27, 2011, 01:22:40 am »
I thought this was going to be a real AI lol.  You could just use SOAR.... Its complex but it is after all "a cognitive architecture for AI"

It appears as though your not really making an AI so much as a collection of rules, a real AI would be more interesting honestly.  Sorry to be a downer :P I've just seen way to many people claim a rule based AI as an advanced AI :P  If you were to make an AI which understands english to a degree that I would consider an advanced AI.  just my two cents.
I have dreamed a dream, but now that dream has gone from me.  In its place now exists my own reality, a reality which I have created for myself by myself.

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Project ACE
« Reply #11 on: April 27, 2011, 01:28:09 am »
I thought this was going to be a real AI lol.  You could just use SOAR.... Its complex but it is after all "a cognitive architecture for AI"

It appears as though your not really making an AI so much as a collection of rules, a real AI would be more interesting honestly.  Sorry to be a downer :P I've just seen way to many people claim a rule based AI as an advanced AI :P  If you were to make an AI which understands english to a degree that I would consider an advanced AI.  just my two cents.

I dont really care I just have an idea which Im going with. If I do finish it off then it would defiantly be 'advanced' :P