CHOOSEData & productivity
Jev for Google Sheets
A Google Sheets extension that integrates Jev, providing functions for data labeling, classification, scoring, and raw JSON interfacing with the TypeSafe API.
Jev for Google Sheets
There are tons of uses cases for @TypeSafeAI Jev in spreadsheets: quick data labeling, fuzzy classification, scoring customer feedback, etc.
I built a simple Google Sheets extension to wrap Jev, adding 4 new functions:
Simplified primitive wrappers (3)
=JEV_NOUL(A2, "Is this customer about to churn?")
=JEV_CHOICE(A2, "What kind of animal does this refer to?", "Mammal", "Bird", "Other")
=JEV_SCORE(A2, "How frustrated is the customer?", "Calm", "Concerned", "Very angry")
Raw JSON interface to the TypeSafe API:
=JEV(A2, B2) // takes in and returns raw JSON
Give it a try:
github.com/dbredesen/jev-sheets
Sharing this as an OSS project until Marketplace release. Setup currently requires some manual steps and installing the script in each spreadsheet, and it's bring your own API key for now.
Looking forward to your feedback.