Giter VIP home page Giter VIP logo

nao-flask's Introduction

Nao-flask

An attempt to control a Nao robot via a Python back-end using the Flask framework.

Required dependencies

Sidenote: Based on this tutorial http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask

How to use

POST VERB

TO let the Nao say something, send a POST request to /say with application_json as the body data type. The text that the Nao robot needs to say has to be in a Json with text as its key:

curl -i -H "Content-Type: application/json" -X POST -d '{"text":"Hello, I am Nao!"}' http://localhost:5000/say

GET VERB

To show an approach using the GET http verb, i created an /ask/:textToAsk endpoint. For example go to: http://localhost:5000/ask/HelloHowAreYou

nao-flask's People

Stargazers

Dr. Bravestone avatar

Watchers

James Cloos avatar Kaj Van der Hallen 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.