# SatGPT
GPT for satellite mission planning. In development. Get your API keys ready!
SatGPT heavily leverages Shell GPT, a command-line UI for OpenAI’s completion API, and its features for custom role creation (as of 04/16/2023). Currently for SatGPT to work, we need to overwrite the default shell roll using the instructions below.
## Installation
Clone this repo. Installing from source will be more straightforward than PyPi install at this stage.
From inside repo root, install from source.
` python -m pip install -e . `
Overwrite shell-gpt default shell role with satgpt alpha demo.
` python src/satgpt/make_role.py ` ## Usage
Start the REPL in shell mode.
` sgpt --shel --repl temp `
Request a STAC search using natural language
` >>> find all landsat 8&9 imagery over washington, DC in April 2023 `
Request edits or additional steps
` >>> pipe the results to stacterm cal `
4. Try other things! Version 0.0.4: - Moved role creation to manual script run - Populated README with basic usage
Version 0.0.3: - Fixed custom role creation for satgpt to grab target machine os/ shell - Added pystac as install dependency for demos - Added this CHANGELOG
Version 0.0.2: - Integrated shell-gpt as a dependency using the custom role feature released in version 0.9.0
Release files for satgpt 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| satgpt-0.0.4.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| satgpt-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:7.4 kB
Release files / satgpt-0.0.4.tar.gz
| Download URL | satgpt-0.0.4.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cf47ac9172ff5fc6b0f69ccd3c4057d09e9a003bcdf7d55e5164f434fd2d096e
|
|
BLAKE2b-256 checksum How to use checksums |
d64dcbcff3616d102112c603684aad97e238e09f4ece058584ca41933fc198f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / satgpt-0.0.4-py3-none-any.whl
| Download URL | satgpt-0.0.4-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2402fb0df908818063fc2b3da6203d5c91b58b8f9e7fc262f67b4329863f5c4b
|
|
BLAKE2b-256 checksum How to use checksums |
8b7e5a5cf7606c0074aaab64a1a8319186ae0447e3652075d572bf9d485a55b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|