gpt4v screenshot analyzer
1.0.0
GPT-4V 螢幕截圖分析器是一款將 OpenAI 的 GPT-4 Vision API 的功能整合到互動式方式中來分析和理解螢幕截圖的工具。螢幕截圖由 GPT-4V 分析以提供詳細描述。此外,該工具支援互動式對話,使用戶能夠提出有關螢幕截圖的後續問題,以獲取更深入的資訊。
克隆儲存庫
git clone https://github.com/jeremy-collins/gpt4v-screenshot-analyzer.git
安裝依賴項
pip install -r requirements.txt
設定 OpenAI API 金鑰
echo 'export OPENAI_API_KEY=<put your key here>' >> ~/.bashrc
Systemd 服務設定(可選)
sudo chmod +x gpt4_screenshot_analyzer.py
sudo cp gpt4-screenshot.service /etc/systemd/system/
sudo systemctl enable gpt4-screenshot
sudo systemctl start gpt4-screenshot
sudo systemctl status gpt4-screenshot
sudo systemctl daemon-reload
sudo systemctl stop gpt4-screenshot
sudo systemctl restart gpt4-screenshot
sudo systemctl disable gpt4-screenshot
在啟動時啟用顯示存取(可選)
path/to/repo/gpt4v-screenshot-analyzer/enable_xhost.sh
python3 gpt4_screenshot_analyzer.py
Ctrl+Alt+S
熱鍵開始螢幕截圖。歡迎貢獻!如果您想做出貢獻,請分叉儲存庫並使用功能分支。歡迎請求請求。
該項目根據 MIT 許可證獲得許可 - 有關詳細信息,請參閱許可證文件。
由 Jeremy A. Collins 開發。特別感謝 OpenAI 提供 GPT-4 Vision API。