Skip to content

A simple speech assistance in python made with the help of pyttsx3, speech_recognition, pyaudio and neuralintents

Notifications You must be signed in to change notification settings

ShahabAthar25/speech-assistant-python

Repository files navigation

speech-assistance-python

A real-time speech assistance program made with python with the help of google-text-to-speech api, pyaudio and speech_recognition, neuralintents and pyttsx3

How to Run

Install git

sudo apt install git

Clone this repository

git clone https://github.com/ShahabAthar25/Voice-Recognition-Python.git

Install python3

sudo apt install python3

Install pip3

sudo apt install python3-pip

Install the requirements

sudo pip3 install -r requirements.txt

if the command above gives an error on installing view this page

Run the program

python3 speech_assistant.py

Overview

This Program captures voice and interacts with you. This can can be used to make chat bots or assistance like google assistance in phones

General Guidelines

  • Make sure the microphone is connected
  • Make sure requirment.txt is installed

Reference

  1. SpeechRecognition Documentation

About

A simple speech assistance in python made with the help of pyttsx3, speech_recognition, pyaudio and neuralintents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages