Git Product home page Git Product logo

lisa-client-android's People

Contributors

seraf avatar tapindesneiges avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

tapindesneiges

lisa-client-android's Issues

Connection as a service

The connection should be in a dedicated service to manage it easily :

  • Connect / Disconnect button in the menu
  • Ability to change parameters (host, port, etc ...) then reconnect
  • Manage the switch of connection (3G <=> wifi)
  • Reconnection ability

LOGIN command

On connection, the client need to send a LOGIN command :

{
"from": hostname,
"type": "command",
"body": "LOGIN",
"zone": zone_variable,
}

Then, it receive this json :
{
u'body': u'The client join the zone named zone_variable',
u'from': u'LISA Server',
u'clients_zone': [u'sender'],
u'bot_name': u'lisa',
u'command': u'LOGIN',
u'type': u'command'
}

The client should set the internal variable bot_name to 'lisa' and vocalize the sentence in 'body'

Keyword Spotting

The application should have a service (optional, can be enabled or disabled in the settings) : keyword spotting.

When the client connect and send a LOGIN command, it receives the bot_name.
The service should always listen (offline recognition) this bot name ("lisa" by default), then run a recognizer to record the next sentence.
If disabled, the service won't run and you will need to manually use the speak button to run the recognizer.

The gast-lib implement it : https://github.com/gast-lib/gast-lib

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.