Coder Social home page Coder Social logo

teaching-a-toy-robot-to-speak's Introduction

Teaching a robot to speak [Navigation Module]

Description:

The goal of this project is to teach robots how to learn and speak simple words. We will use the Anki Cozmo robot as a platform. Cozmo has a Python SDK, which can be used to track the robot's internal state. The project will involve finding a way to "link" that internal state of the robot--what it perceives and experiences--to words that are uttered about the environment. For example, if the robot sees a red mug and someone says "that's a red mug" the robot should learn something about what "red" and what "mug" means.

Requirements for compiling and running Cozmo code:

Operating System:

Ubuntu 16.xx or higher (make sure to update your OS) or Windows

Packages:

Ubuntu:

  1. Open a terminal (make sure you have permissions to download and install packages)
  2. Go to the directory you want to download the repo into:
git clone https://github.com/pmarella2/Teaching-a-Toy-Robot-to-Speak.git CozmoCode
  1. Run this command in terminal to download the requirements for compiling the code:
./req.sh

Windows:

  1. Follow instructions at: http://cozmosdk.anki.com/docs/install-windows.html
  2. Download freeglut.dll from: http://freeglut.sourceforge.net/ and place it in the directory with CozmoCode

Steps to compile and run the code on Cozmo:

  1. Connect your mobile device to your computer
  2. Change into CozmoCode directory
cd CozmoCode
  1. Open a terminal
  2. In terminal, run this command to compile and run a program on Cozmo
python3 {program.py}

Troubleshooting:

Open an issue if there are any problems with compiling and running the code

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.