/QChatGPT

A plugin integration between QGIS and openai API. Displays the results from openai in QGIS.

Primary LanguagePythonEuropean Union Public License 1.2EUPL-1.2

QChatGPT Downloads

QChatGPT

A plugin integration between QGIS and openai API. Displays the results from openai in QGIS.

Source: https://openai.com/

QChatGPT: Speak with AI

QChatGPT: Speak with AI

https://github.com/Mariosmsk/QChatGPT/blob/main/example.png

https://github.com/Mariosmsk/QChatGPT/blob/main/example2.png

https://github.com/Mariosmsk/QChatGPT/blob/main/example3.png

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