Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sera619/voiceassistent
Simple AI-Voice-Assistant for Win10/11
https://github.com/sera619/voiceassistent
ai assistant python3 windows windows10 windows11
Last synced: 27 days ago
JSON representation
Simple AI-Voice-Assistant for Win10/11
- Host: GitHub
- URL: https://github.com/sera619/voiceassistent
- Owner: sera619
- Created: 2022-03-19T21:44:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T20:46:12.000Z (7 months ago)
- Last Synced: 2024-11-07T06:09:53.761Z (3 months ago)
- Topics: ai, assistant, python3, windows, windows10, windows11
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prototype 'SAM' Voiceassistant #
---
# I ALREADY WORK ON A HUGE UPDATE. CHECK IT OUT [S4M 2.0](https://github.com/sera619/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:
>
> ```bash
> 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
>
> ```bash
> pip3 install -r requirements.txt
> ```
>
> - now run the software and enjoy!
>
> ```bash
> 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!