Coder Social home page Coder Social logo

richtier / alexa-browser-client Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 5.0 174 KB

Alexa client in your browser. Django app.

License: MIT License

Python 96.54% HTML 2.43% Makefile 1.03%
alexa alexa-voice-service django django-channels python3 snowboy

alexa-browser-client's People

Contributors

richtier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

alexa-browser-client's Issues

Can alexa browser client project can be hosted remotely

I have run alexa browser client on my laptop its working fantastic.I am getting response for each and every question I ask but I want to know that Can we host this on remote server and can get response back.Is this possible if yes please guide me.
My question is having sever and client both on single machine works very well.
Will it work if we are running server remotely?

This project requires a local redis server

When I ran this as instructed, I got multiple errors like these:

Exception inside application: Multiple exceptions: [Errno 61] Connect call failed ('::1', 6379, 0, 0), [Errno 61] Connect call failed ('127.0.0.1', 6379)
  File "/anaconda3/lib/python3.7/site-packages/channels/sessions.py", line 183, in __call__
    return await self.inner(receive, self.send)
  File "/anaconda3/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
    [receive, self.channel_receive], self.dispatch
  File "/anaconda3/lib/python3.7/site-packages/channels/utils.py", line 58, in await_many_dispatch
    await task
  File "/anaconda3/lib/python3.7/site-packages/channels_redis/core.py", line 429, in receive
    real_channel
  File "/anaconda3/lib/python3.7/site-packages/channels_redis/core.py", line 484, in receive_single
    index, channel_key, timeout=self.brpop_timeout
  File "/anaconda3/lib/python3.7/site-packages/channels_redis/core.py", line 324, in _brpop_with_clean
    async with self.connection(index) as connection:
  File "/anaconda3/lib/python3.7/site-packages/channels_redis/core.py", line 820, in __aenter__
    self.conn = await self.pool.pop()
  File "/anaconda3/lib/python3.7/site-packages/channels_redis/core.py", line 70, in pop
    conns.append(await aioredis.create_redis(**self.host, loop=loop))
  File "/anaconda3/lib/python3.7/site-packages/aioredis/commands/__init__.py", line 175, in create_redis
    loop=loop)
  File "/anaconda3/lib/python3.7/site-packages/aioredis/connection.py", line 113, in create_connection
    timeout)
  File "/anaconda3/lib/python3.7/asyncio/tasks.py", line 388, in wait_for
    return await fut
  File "/anaconda3/lib/python3.7/site-packages/aioredis/stream.py", line 24, in open_connection
    lambda: protocol, host, port, **kwds)
  File "/anaconda3/lib/python3.7/asyncio/base_events.py", line 968, in create_connection
    ', '.join(str(exc) for exc in exceptions)))
  Multiple exceptions: [Errno 61] Connect call failed ('::1', 6379, 0, 0), [Errno 61] Connect call failed ('127.0.0.1', 6379)

The browser client expects to talk to redis (not sure why), so you should install a local copy.

On MacOS: brew install redis; brew services start redis

Please update the readme :-)

Not getting response from AVS

This is what I am getting on server side.
Screen Shot 2019-07-12 at 5 46 24 PM

After running make demo command server is up and running but I am not getting any response for my request on uttering word Alexa.
WebPage

Could you please help me in this.

alexa device access remotely

How to send voice to my Alexa Echo device remotely ? For example, I want to record voice in office and send to Alexa Echo device in home. Is there any way?

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.