Giter VIP home page Giter VIP logo

marsai's Introduction

MarsAI | The Artificial Intelligence for MarsCat

This is the source code for MarsCat AI. The robotic pet cat that you can control, program and pet. The goal of this AI is to gather people's knowledge to create the smartest creature ever.

Structure

This source code consists of:

  • ai: Including action (eyedisplay, sound, movements), ai and data receiver from different sensors, vision and voice
  • sensor: Touch sensor, distance sensor and gyro sensor
  • vision: human_recognition, object_recognition, brightness and QR code recognition
  • voice: Voice command recognition
  • library: Python API to control marscat move

AI

The MarsAI is based on general AI process flow:

  • sense : Sense the data from environment, the RGB data, the distance, the sound wave.
  • feature : Transfer and abstract the sense data from raw-data to features, like RGB image data to Human faces, objects.
  • model : Different features may come at the same time, so sort the feature into a certain model like being-touched, start-listen and other 3 models.
  • behaviour : Generate the right behaviour from model to behaviour based on energy consumption, last behaviour and other information.
  • action : The action from the behaviour, which may includes sound, body movement and eye-display.

Code

All code is written in Python 3.6. If only Python API is used to control MarsCat's run, walk, turn and each joint's angle, then Python 2.7 and Python 3 both can be used.

The code style is under PEP 8 Style. If you want to contribute, please follow this style.

Platform and Environment

All code is running in Raspberry PI 3 B (embedded WIFI and Bluetooth). The operating system environment is Raspbian: Kernel 4.19

Libraries

Pre-installed libraries includes OpenCV 3, Pocketsphinx, Pyfirmata.

Contrubution Guidelines

  • Fork and clone this repository
  • Modify code
  • Create pull request when ready

Contact

The code is managed by Elephant Robotics INC. Email [email protected] to get in touch with our software team. Check www.elephantrobotics.com for more information.

marsai's People

Contributors

fedorenchik avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.