Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.27 KB

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