/shofee-voice-assistant

A conversational-based voice assistant system

Primary LanguageHTML

Shofee Voice Assistant

Introduction

Welcome to Shofee, a basic rule-based voice assistant that provides fluent English conversations and performs basic computer operations. Shofee is a highly efficient and accurate tool that can assist you with a wide range of tasks, including opening programs and performing Google searches. Built on a sophisticated rule-based system, Shofee operates on predefined rules and patterns to deliver consistent and reliable responses to your queries. Its user-friendly interface and intuitive functionality make it an ideal choice for both personal and professional use. This repository contains the code and documentation for Shofee, and we invite you to explore its features and capabilities. Thank you for choosing Shofee, and we are confident that it will prove to be a valuable addition to your technical toolkit.

image-1

Setup

  • Install Speech Recognition Module

      pip install SpeechRecognition
    
  • Install Web Browser Module

      pip install pycopy-webbrowser
    
  • Install Wikipedia Module

      pip install wikipedia
    
  • Install Wolframalpha Module

      pip install wolframalpha
    
  • Install PYTTSX3 Module

      pip install pyttsx3
    
  • Install GTTS Module

      pip install gTTS
    

Execution

  • Open the following directory: shofee-voice-assistant/source/run.py

      python run.py
    

Social Links