Skip to content

sera619/VoiceAssistent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype 'SAM' Voiceassistant


I ALREADY WORK ON A HUGE UPDATE. CHECK IT OUT S4M 2.0


SAM is a prototype of a virtual desktop ai-assistant. This software support Windows 10 / 11 only (No Mac, No Linux) You can use and edit like you want!

Installation

  • First you need python version 3.7 + installed.

  • Download the ZIP file or clone the project:

    git clone https://github.com/sera619/VoiceAssistent.git
  • i recommend use a virtual enviroment! (Python virtualenv, Anaconda | Google will help you =) )

  • navigate to the VoiceAssitent and open a Terminal(CMD, PowerShell)

  • type followed command to install all dependencies

    pip3 install -r requirements.txt      
  • now run the software and enjoy!

    python start.py

Command`s

  • Greetings:

    • "Hey", "Hello", "What's up?", "How is it going?", "Hi", "Good day"
  • New Note:

    • "Please create a new to do", "New to do", "Create a to do", "I want to create a to do"
  • Show Notes:

    • "Please show my notes", "Show notes"
  • Create Todo:

    • "Please create a new to do", "New to do", "Create a to do", "I want to create a to do"
  • Show Todo:

    • "Please show my to do's", "Show to do's"
  • Exit:

    • "Bye", "Stop", "Quit", "I want to quit", "Goodbye", "I want to exit", "I have to go"

This software is a prototype and it will have some bugs. If you face one please report them through the 'Issues' Page!

Thank you!

Releases

No releases published

Packages

No packages published

Languages