Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.22 KB

aiPBX

aiPbx is a powerful software that allows you to easily integrate text and audio chats for WhatsApp, Telegram and Asterisk, with an artificial intelligence chat bot. It relies on Tibula RDBMS, providing you the ability to add new users and personalize system prompts and translations directly from the Tibula web framework.

Requirements

To use this software, you need the following:

  • FFmpeg: For audio conversion.
  • OpenAI Token: For AI and speech processing.
  • Google API Key: For Automatic Speech Recognition (ASR) and Text-to-Speech (TTS).
  • Telegram Token: To integrate with Telegram.
  • Meta Credentials: To integrate with WhatsApp.
  • Asterisk: To integrate VoIP.

Features

  • Integration with WhatsApp, Telegram and Asterisk.
  • Support for both text and audio chats.
  • AI chat bot powered by OpenAI.
  • User management and system prompt personalization via Tibula RDBMS.
  • Audio conversion using ffmpeg.
  • ASR and TTS capabilities using OpenAI or Google Cloud Services.

Installation

git clone https://github.com/eja/pbx
cd pbx
make
./pbx --wizard
./pbx --start

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.