Skip to content

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

License

Notifications You must be signed in to change notification settings

KIOS-Research/QChatGPT

Repository files navigation

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