OpenAISurveyWrapper

wrapper for the OpenAI to label survey results


Keywords
topic, modeling
License
Apache-2.0
Install
pip install OpenAISurveyWrapper==0.0.9

Documentation

OpenAI Survey Wrapper

wrapper to label survey respones and test accuracy

Install

pip install OpenAISurveyWrapper

How to use

Fill me in please! Don't forget code examples:

print("in progress")
in progress

Create and Add Key

from OpenAISurveyWrapper.survey import survey
import json, pandas as pd
tmp = survey()
tmp.add_key(json.load(open("../gpt3/key.json", "r"))["key"])