Listen, transcribe, reply - ArticulateAI masters the art of conversation.
✨ ArticulateAI is a groundbreaking tool designed to revolutionize the way we interact with spoken content.
- Record a lecture and receive comprehensively formatted notes.
- Transcribe a debate, noting down key points of both sides.
- Listen to a food recipe description and format it professionally.
- Translate a conversation in a foreign language to English.
- And so much more...
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.