/examples/default-grammar |
Convert ungrammatical statements into standard English. |
/examples/default-summarize |
Simplify text to a level appropriate for a second-grade student. |
/examples/default-parse-data |
Create tables from unstructured text. |
/examples/default-emoji-translation |
Translate regular text into emoji text. |
/examples/default-time-complexity |
Find the time complexity of a function written in Python. |
/examples/default-explain-code |
Explain a complicated piece of Python code. |
/examples/default-keywords |
Extract keywords from a block of text. |
/examples/default-product-name-gen |
Generate product names from a description and seed words. |
/examples/default-fix-python-bugs |
Find and fix bugs in Python source code. |
/examples/default-spreadsheet-gen |
Create spreadsheets of various kinds of data. |
/examples/default-tweet-classifier |
Detect sentiment in a tweet. |
/examples/default-airport-codes |
Extract airport codes from text. |
/examples/default-mood-color |
Turn a text description into a color. |
/examples/default-vr-fitness |
Generate ideas for fitness promoting virtual reality games. |
/examples/default-marv-sarcastic-chat |
Marv is a factual chatbot that is also sarcastic. |
/examples/default-turn-by-turn-directions |
Convert natural language to turn-by-turn directions. |
/examples/default-interview-questions |
Create job interview questions. |
/examples/default-function-from-spec |
Create a Python function from a specification. |
/examples/default-code-improvement |
Provide ideas for efficiency improvements to Python code. |
/examples/default-single-page-website |
Create a single page website. |
/examples/default-rap-battle |
Generate a rap battle between two characters. |
/examples/default-memo-writer |
Generate a company memo based on provided points. |
/examples/default-emoji-chatbot |
Generate conversational replies using emojis only. |
/examples/default-translation |
Translate natural language text. |
/examples/default-socratic-tutor |
Generate responses as a Socratic tutor. |
/examples/default-sql-translate |
Convert natural language into SQL queries. |
/examples/default-meeting-notes-summarizer |
Summarize meeting notes including overall discussion, action items, and future topics. |
/examples/default-review-classifier |
Classify user reviews based on a set of tags. |
/examples/default-pro-con-discusser |
Analyze the pros and cons of a given topic. |
/examples/default-lesson-plan-writer |
Generate a lesson plan for a specific topic. |