Giter Club home page Giter Club logo

jexi---desktop-assistant's Introduction

Jexi - Desktop Voice Assistant

A desktop automation project with voice assistant support.

For a complete report on Jexi, follow this document: https://docs.google.com/document/d/16mDcuC6_itjg1_lE3AypzI8F12A_Ymi717PFZwu2nKU/edit?usp=sharing

Brief Steps involved in the working of Jexi are:

  1. Set energy threshold values to determine when to start/stop recording
  2. Record audio from an audio source (usually system's microphone)
  3. Send this audio clip to the Google Speech Recognition API which return a text
  4. Verify if this text corresponds to any pre-defined executable command
  5. If yes, execute the corresponding command. Else, do nothing.
  6. Repeat steps 2-6.

Requirements & Setup

  1. You need to have python 3 installed on your system.
  2. Clone/Download this repository to your local machine.
  3. Download the required packages by running the " pip install -r requirements.txt " command in the terminal at the location where you clone/download this repository.
  4. Voila! You are done.

Bringing Jexi to life

  1. Simply run the python script "main.py" in the terminal.
  2. You are ready to use it now!
  3. Optional: Check the dictionary (hashmap) at the beginning of the file to get to know the commands that Jexi currently supports.
  4. Optional: For Video demo, check out this drive folder: https://drive.google.com/drive/folders/1ZT2Sg4BZ8A212ORlAgedqnDRmzWH8npd?usp=sharing

jexi---desktop-assistant's People

Contributors

lakshay-sood avatar

Stargazers

 avatar

Watchers

 avatar

jexi---desktop-assistant's Issues

psutil old version

the requirements wants a psutil 3.5 which want 3.6 python, editing the requirements file to make psutil 3.9 ( have 3.11 python) and run pip install
the project compile successfully, but when it tells you to say something it does not do anything just stuck
need help

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.