An AI assistant powered by OpenAI ChatGPT4
Note that this branch may not be stable please use releases
- Type to
F.R.I.D.A.Y.
and get typed responses - Talk to
F.R.I.D.A.Y.
and get verbal responses
- Calling ai whisper models on an M1 or M2 Mac CPU outputs an error every time
- Fully offline assistant
- Basic action functions (windows)
- Custom Model Training
- Linux & MacOS documentation
- Improved stabilty & permormance
1. First, clone the the repo to your machine.
2. Next, install Anaconda and run as administrator
to install dependencies.
3. Then, install GPT4All desktop app & dwonload GPT4All Falcon
wait until done to continue.
python -m pip install gpt4all
python -m pip install openai-whisper
python -m pip install SpeechRecognition
python -m pip install playsound
python -m pip install PyAudio
python -m pip install soundfile
choco install ffmpeg
brew install portaudio
python -m pip install pyttsx3
To use Friday you need to app your OpenAI API Key
openai.api_key = "KEY_HERE"
The duration
variable can be raised for more time to respond to the AI. Default is 2 seconds
def start_listening():
with source as s:
r.adjust_for_ambient_noise(s, duration=2)
print('\nSay', wake_word, 'to get started. \n')
Got an issue? Submit a pull request or submit an issue!
Developed by Toasty | Facekick x Dawnstar