GithubHelp home page GithubHelp logo

tejas-h5 / computer-voice-commands Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9 KB

Glue software that attempts to use voice recognition + PyAutoGUI to allow users to control their computer. Currently a WIP

Batchfile 0.20% Python 30.01% HTML 69.79%

computer-voice-commands's Introduction

Computer Voice Commands

This is some glue software I'm working on that attempts to use voice recognition + PyAutoGUI to eventually give a user full control of their computer with just voice commands.

It is currently a work in progress. For now, I am trying to make it good enough to edit a text file in VS-Code. The current roadmap:

  • Dictate edits to a file in vs code [WIP]
    • Typing text
    • Moving around, undoing
    • Error handling, debugging
  • Move to different files in the editor
  • Open different projects in the editor
  • Move focus to other windows as needed

The main purpose of this software is to make something that is better than the OS's existing voice commands. While the voice command software that Windows comes with must be everything for everyone, I can fine-tune this python script to be really good at writing code, or playing games, for example.

How to get set up

Step 0 - Install python 3 onto your computer

Install python 3 onto your computer if you don't already have it.

Step 1 - Set up a virtual environment

It is worth creating a new python virtual environment in this directory, where you can install your packages without polluting your global python install. Run this command:

python -m venv ./.venv

This should create a new python environment in the .venv directory. This folder should be ignored by git. On Windows, you can activate it by running 'activate.bat' (This is just a one line shell script that runs the real activation script located at ./.venv/Scripts/activate.bat) (TODO: create something similar for other platforms).

You will need to make sure the environment is activated before you install new dependencies or run the program.

Step 2 - Install the requirements

Activate the environment (see the "Set up a virtual environment" step), then iInstall the required packages with this command:

pip install -r requirements.txt

Step 3 - Run the program

Run the program with this command:

python main.py

computer-voice-commands's People

Contributors

tejas-h5 avatar

Watchers

 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.