Code Monkey home page Code Monkey logo

smartstt's Introduction

SmartSTT-- In-Car Speech Recognition

Instructions for Alexa skill:

  • Alexa Skill codebase was developed and tested using the Alexa developer console.
  • The Alexa Skill for SmartSTT feature was deployed using AWS Free tier provided by Amazon.
  • The skill invocation name is "request the driver". This is used to invoke the Alexa skill while speaking to Alexa.
  • While making a request, use "please" before the request as it is a compulsory slot for the utterance.

Instructions for python (Virtual Assistant):

  • First ensure that the "light.py" and "main.py" files are present in a same folder.
  • Install and import all modules required .( Modules required : speech_recognition , pyttsx3 , pywhatkit , datetime , wikipedia , pyjokes , light , pyaudio)
  • Wait untill you see " ... " and once it comes ,it means that our assistant is ready to hear our commands.
  • Use the keyword Alexa before giving command like "Alexa,tell driver to turn up AC" .
  • To terminate the assistant you can say "Alexa,thank you" or "stop" command.

NOTE:Say "driver" in the command in order to get the blinking light screen

Also note that, you might face problem in installing pyaudio module so you can lower the python version to less than 3.6 or follow these steps:

  • find your Python version by python --version mine is 3.7.3 for example
  • find the appropriate .whl file from here : https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio , for example mine is PyAudio‑0.2.11‑cp37‑cp37m‑win32.whl, and download it.
  • go to the folder where it is downloaded and go to the folder where both the python files are present and save it in that folder
  • install the .whl file with pip for example in my case:
    pip install PyAudio-0.2.11-cp37-cp37m-win32.whl

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.