pip install openai langchain chromadb pandas
export OPENAI_API_KEY=XXXXXXXX
# Install plugin (run from within your clone of this repo)
ln -s "$(pwd)" "$(fiftyone config plugins_dir)/fiftyone-gpt"
Example ask_gpt operator usage
Run the ask_gpt operator from the App:
import fiftyone as fo
import fiftyone.zoo as foz
dataset = foz.load_zoo_dataset("quickstart")
session = fo.launch_app(dataset)
Setup
Example
ask_gpt
operator usageRun the
ask_gpt
operator from the App:https://github.com/voxel51/fiftyone-gpt/assets/25985824/8af6826f-1272-413f-8456-7ac222c40b79
Example
ask_gpt_interactive
usage