Email to form
Send email to fill Google Forms using AI
Support forum
If your answer turns aggressive, we'll help you tone it down.
Finetuning
Build your own AI model using data in Google Sheets
All products
Extract structured data from customer conversations
Customize UI
Change layout, hide fields & redirect on submit
Embed in website
Embed Google Forms in your website
Assign points
Assign different points for each answer & calculate score
File upload
Upload files in Google Forms without login
Email notification
Email Google Forms response to your users & co-workers
Enhance Google Forms into CRM
eSignature
Collect legally binding signature in Google Forms
Fillable PDF
Generate customized PDF from Google Forms responses
Signature workflow
Collect multiple signatures in Google Forms
Intake form
Create intake forms that accepts eSignature from patients
HIPAA form
Mask PHI fields in email & links for HIPAA compliance
Prefill & email
Prefill Google Forms & send as email to customers
Add legal & HIPAA compliance to Google Forms
Meal Prep Software
Meal prep software for weekly changing menu
Online Canteen
Take canteen orders for weekly changing menu
Order form
Calculate order amount in Google Forms
WhatsApp form
Take online orders from your WhatsApp contacts
Payment form
Accept payment in Google Forms
Website builder
Organize your forms like Linktree
Take food orders for frequently changing menu
Classification models categorize input data into predefined labels. In this tutorial, we’ll build a food classification model to categorize food items using PromptRepo.
For classification, our dataset consists of:
Web page title The name of the web page
Web page content: Content of the page
Nutrition category: The correct category label (e.g., Red Meat, Beverages, Cheese, etc.)
Open Google Sheets and add or import the training dataset
Click Extensions > Promptrepo > Train AI
Promptrepo sidebar widget will be displayed
Enter the AI model name and click Next
Select Web page title & Web page content as input columns and click Next
Select Nutrition category as the output column, select Enum for the Treat as option and click Next
Note: In the output column, choosing Enum for the Treat as option for nutrition category makes it a classification model
Click Publish and let Promptrepo fine tune the classification model
Once trained, test the model by inputting a food name and its description
The model should predict the correct category
Classification models are foundational for structuring data. Now, let’s explore how to build an extraction model for retrieving structured data from unstructured text.
Click Submit to finish.