Git Product home page Git Product logo

marvin-virtualassistent's Introduction

README em Português

Marvin

Virtual assistent that can open websites and do researchs on them, open programs, play music, set reminders and add new voice commands without need to code

👉Youtube link demonstrating the bot: https://youtu.be/jjMbnQShabM

📜 About

This project uses a voice recognition library to automate actions from the commands.json file, this way, we can add more voice commands to the file and the assistent will be able to do those tasks without changing the code, since most of the tasks are dinamic (you can open up any website you want, add a command to open any program you have locally, etc)

Modules:

  • OpenModule: open websites and do research inside them, open programs, reload the commands.json to update the modifications added;
  • MusicModule: play music (it's going to get the music from the Youtube's first result) in an invisible player, this way it won't remove focus from your gameplay when you request a song for example, pause song, remove song.
  • AlarmModule: set reminders

💻 Techs

  • SpeechRecognition — Library for performing speech recognition, with support for several engines and APIs, online and offline.
  • pyttsx3 — A text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.
  • PyDub — Manipulate audio with a simple and easy high level interface.
  • Pytube — Pytube is a lightweight, Pythonic, dependency-free, library (and command-line utility) for downloading YouTube Videos.
  • python-vlc — Bindings to manipulate vlc player.
  • keyboard — Take full control of your keyboard with this small Python library.

🛠 Getting started

  1. Install all dependecies:    
    - pip3 install SpeechRecognition
       
    - pip3 install PyAudio
       
    - pip3 install pyttsx3
       
    - pip3 install pydub
       
    - pip3 install keyboard
       
    - pip3 install Pytube
       
    - Download and install VLC 64bit version (https://www.videolan.org/vlc/) for the MusicModule player
       
    - pip3 install python-vlc

  2. Clone this repo running on your terminal git clone https://github.com/Gust4voSales/Marvin-VirtualAssistent/
  3. To run the assistent without showing a terminal window, then open up the terminal on the project folder and run pythonw main.py. Then you can close this terminal window (the program is running in the background)
  4. To run normally: python main.py

marvin-virtualassistent's People

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.