Public speaking and presentation coaching
TEXT_INPUT:Ask the user to enter their name;;DISPLAY_OUTPUT:Display a welcome message using the user's name;;HTTP_REQUEST:Fetch a list of public speaking tips from an API;;DISPLAY_OUTPUT:Display a random public speaking tip from the fetched list;;CHATGPT:Prompt ChatGPT to answer user's questions about public speaking and presentation
Generative AI models can significantly improve public speaking and presentation skills. Tools like Language Model (LLM) can be used to generate drafts, modify speeches, create engaging presentation content or even help answer impromptu questions. For example, if a speaker struggles with structuring their speech, they can input their key points into an LLM like ChatGPT, which generates a well-structured and persuasive narrative.
Similarly, image generator AI models can enhance the visual elements of a presentation. If a speaker discusses complex data, an AI can generate charts or infographics to illustrate these points. In addition, if someone wants to create a unique aesthetic for their presentation, image generators can be used to create custom graphics or illustrations. Hence, AI can create an engaging, visually appealing, and effective presentations.
How to build with Clevis
This is an example app, called 'Public Speaking Coach' that you can build using Clevis. You can easily construct similar apps within the same domain using Clevis too. The Public Speaking Coach app is designed to provide coaching and resources for public speaking and presentation skills.
The app follows a series of steps. First, it uses the Text Input step to ask the user to enter their name. Then, the Display Output step executes to display a welcome message personalized with the user’s name.
Next, it utilizes the Http Request step to fetch a list of public speaking tips from a specific API. Once that information is received, another Display Output step carries out, displaying a random public speaking tip from the fetched list to the user.
Lastly, the ChatGPT step comes into play. Leveraging OpenAI's powerful GPT-3 model, this step prompts ChatGPT to answer the user's questions about public speaking and presentations. So, not only does the user receive curated tips, they can ask specific queries and get detailed, context-aware answers instantly.
+