GithubHelp home page GithubHelp logo

voiceassistant's Introduction

VoiceAssistant

A Simple voice assistant.

Current Features

  • Search the web: Example: "Search what is the tallest building in the world"
  • Tell you the time and date: Example: "What is the time?" or "What is the date?"
  • Search for a track from spotify: Example: "Play Best Life by Hardy Caprio"
  • Search Google Maps for a location: Example: "locate London Eye"

Dependancies

voiceassistant.py is written in python 3 so its REQUIRED

It requires the following packages:

  1. gTTs
  2. speech_recognition
  3. PyAudio
  4. Requests

Install dependancy for PyAudio using:

brew install portaudio

Install Python dependancies using the command:

pipenv install
  • Tested on MacOS.

Prerequisites

To use the search track feature you must:

  1. Have a Spotify Account.

  2. Go to Spotify's developer website and create an application.

  3. Navigate to you're apps dashboard and copy the Client ID and Client Secret.

  4. Place Client ID, Client Secret in the respective variables found in voiceassistant:

    self.client_id = "Insert Your Key Here."
    self.client_secret = "Insert Your Key Here."
    

Download Options -- Installing

Extract and navigate to the zipfile directory and run voiceassistant by executing the main entry point file voiceassistant.py:

python3 voiceassistant.py

Authors -- Contributors

License

This project is licensed under the MIT License - see the LICENSE for details.

voiceassistant's People

Contributors

dbrennand avatar

Stargazers

 avatar

Watchers

 avatar  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.