An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Welcome to GT-Assistant (SAM) 👋



Version

License: UNLICENCED


Twitter: GlitchTechEU

> 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!