ArticulateAI
1.0.0
Listen, transcribe, reply - ArticulateAI masters the art of conversation.
To set up ArticulateAI, follow these steps:
git clone https://github.com/Slaymish/ArticulateAI
cd ArticulateAI
mkdir Transcripts
mkdir Responses
cp env.template .env
Next, install the necessary dependencies:
pip install -r requirements.txt
Finally, kickstart the AI:
python3 run.py
This sets up your personal Speech Assistant, ready to transcribe and respond in insightful ways.
Note: Don't forget to secure the requisite API keys and credentials for the OpenAI API and Elevenlabs' text-to-speech service before getting the program up and running. Place these in your .env file
Copyright © 2023 Hamish Burke.
This project is MIT licensed.