Coder Social home page Coder Social logo

avinash9102 / shane-digital-assistant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bjone6/shane-digital-assistant

0.0 0.0 0.0 16 KB

One aspect of my AI named S.H.A.N.E. is the voice-command digital assistant capabilities like Alexa or Siri. This will be where I store all the files for the command-drive systems.

Python 100.00%

shane-digital-assistant's Introduction

SHANE-Digital-Assistant

One aspect of my AI named S.H.A.N.E., is the voice-command digital assistant capabilities like Alexa or Siri. This will be where I store all the files for the command-drive systems. Check out my YouTube channel! Here's a list of the videos specifically tied to this project.

Video #113 - Introduction to the object-orientated programming intermediate-level version of this project: https://youtu.be/GYJKjHMBpDI

I'm a self-taught programmer, so I look forward to your CONSTRUCTIVE feedback.

I recommend installing PyAudio first, before installing Speech Recognition or Python-text-to-Speech (pyttsx3). You'll need to go here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio and find the correct .whl file to properly install PyAudio on Windows. For example, I had to download PyAudio‑0.2.11‑cp38‑cp38‑win_amd64.whl because I have Python 3.8 installed and I have a 64-bit version of windows. To install a .whl file, download the file. Assuming it downloaded to your Downloads file, open the Downloads file folder. Right click on the name of the file and copy it. Then type cmd in the file explorer bar. In the command prompt, type pip install (copy and paste the file name) and then add .whl to the name.

It should look like this: C:\your filepath\Downloads> pip install PyAudio‑0.2.11‑cp38‑cp38‑win_amd64.whl

You should be good to install SpeechRecognition and pyttsx3~=2.71 from the requirements.txt file.

Update 29 Dec 20

In Video #119 on my YouTube channel, I made significant updates to S.H.A.N.E. I've updated the files in the Github. Watch the video here: https://youtu.be/qhITM2q_FyQ

shane-digital-assistant's People

Contributors

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