https://github.com/glitchtech-developments/gt-assistant
AI personal assistant made using Python. Made by GlitchTech Developments, SAM (Smart Assistant Module manager) is made to be like a framework. You can add your own personal modules where needed.
https://github.com/glitchtech-developments/gt-assistant
Last synced: about 1 year ago
JSON representation
AI personal assistant made using Python. Made by GlitchTech Developments, SAM (Smart Assistant Module manager) is made to be like a framework. You can add your own personal modules where needed.
- Host: GitHub
- URL: https://github.com/glitchtech-developments/gt-assistant
- Owner: GlitchTech-Developments
- Created: 2022-09-10T01:53:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T03:31:04.000Z (over 3 years ago)
- Last Synced: 2025-01-31T06:47:41.465Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to GT-Assistant (SAM) 👋
> AI personal assistant made using Python. Made by GlitchTech Developments, SAM (Smart Assistant Modulemanager) is made to be like a framework. You can add your own personal modules where needed.
## Pre-requisites
- Development-Environment must be Linux-based (Linux or WSL)
- Python + pip
- Portaudio & Espeak (Linux Packages)
### Install
```sh
pip install -r requirements.txt
```
## Usage
### Virtual Environment
```sh
# Activate
sudo python -m venv venv
## Bash
source venv/bin/activate
## Fish
source venv/bin/activate.fish
# Deactivate
deactivate
```
## Run tests
```sh
# TODO: There is no tests yet
```
## Author
👤 **GlitchTech Developments**
- Website: https://glitchtech.eu
- Twitter: [@GlitchTechEU](https://twitter.com/GlitchTechEU)
- Github: [@GlitchTech-Developments](https://github.com/GlitchTech-Developments)
## Show your support
Give a ⭐️ if this project helped you!