1

Are there cameras that see like the human eye (single pixels that will directly send their data so that you have a constant datastream as opposed to a whole screen that just takes a picture ever so often in a seconde)?

Also, is it possible to create a simple AI alone? Are there ways to make voices sound nicer(I would love to be able to tell an AI how to speak)

Comments
  • 3
    Yes, it is possible to make a simple AI by yourself. I just finished mine, I posted the code below. It intelligently pretends to be retarded while it gathers information about its surroundings, waiting for the perfect moment to attack.

    fn talk(input: &str) {
    return "Timmy!";
    }
  • 0
Add Comment