QChatGPT
QChatGPT copied to clipboard
A plugin integration between QGIS and openai API. Displays the results from openai in QGIS.
QChatGPT
A plugin integration between QGIS and openai API. Displays the results from openai in QGIS.
Source: https://openai.com/
QChatGPT: Speak with AI



Installation notes
Dependencies
pip install openai
pip install SpeechRecognition
pip install pyaudio
pip install pyttsx3
pip install pdfgpt
macOS + QGIS 3
- in a macOS shell window, run
/Applications/QGIS.app/Contents/MacOS/bin/python3 -m pip install openai
