logo
Menu
Putting Generative AI to Work with AWS PartyRock

Putting Generative AI to Work with AWS PartyRock

A showcase of five PartyRock applications demonstrating how to use genAI to accomplish daily tasks.

Published Dec 5, 2023
Let’s put generative AI and Large Language Models (LLMs) to work. There is a vast amount of information available on the Internet ranging from blogs to documents to videos. Search engines help us find information but we still have sort and digest search results to find useful and actionable information. This is where LLMs can help because they can sort through text based on a provided context. The ability to understand text extends to an LLMs interface, i.e., you can use native language instructions to tell it what tasks to perform and how to format the results. This article demonstrates how to use AWS PartyRock, a generative AI application playground, to build apps to use internet content more efficiently.

PartyRock

AWS PartyRock lets you build applications and experiment with a variety of LLMs. You can use PartyRock to generate text with a prompt or create text summaries. It also lets you generate images using stable diffusion. And of course, you can build custom chatbots from a body of text. To get started, begin with this intro to PartyRock: Build AI apps with PartyRock and Amazon Bedrock. When you’re ready, checkout these apps to see how you can build apps with PartyRock.

Summarize

Keeping up with any topic, whether it’s the latest on Taylor Swift or generative AI, can be a chore. A of strength of LLMs is summarizing articles that let you decide if the article worth reading. With the Article Summarizer you can paste multiple links to articles and get a summary for each one. It lists the authors, the introductory paragraph, and a summary of the article.

Permit Chatbot

Understanding processes that are embedded in documents, such as local housing ordinances or code can be a confusing task because of the way the information is presented. We can use an LLMs' ability to summarize a document and its ability to organize and respond to question. The Permit Chatbot lets you add a link to a document and ask questions about it.

A chatbot for local building ordinances
FAR Contracting Chatbot

Some processes are very complicated, such as bidding on US government contracts. The Federal Acquisition Regulation is a multi-part document that covers the rules and regulations for both the organization tendering the bid and contractors responding to the bid. In complex cases, like the FAR, the FAR Contracting Chatbot can help you ask the right question or where to find answers as in the example below.

A Federal Acquisition Regulation (FAR) chatbot
Quiz Maker

If you’re a tech worker, certifications are part of your working life. Certifications demonstrate your knowledge about skills, they keep your skills current, and can be a differentiator during the hiring process. There are many online courses for certifications but before enrolling in a course you can test your current knowledge or review the material with this application. Quiz Maker generates 10 random multiple choice questions from a document, such as a user guide. It also provides the answers below the cut line so you can check your answers. The Quiz Maker works on all sorts of documents and if you happen to have a history of the Peloponnesian War, have at it.

Make a quiz about anything
Video to Instructions

Whether you have a leaking sink or a memory leak in your application, there’s probably a video explaining how to fix the problem. However, you have to watch the video, often pausing and rewinding to capture the steps. LLMs can extract this is information from the video’s transcript. You can manually download the transcript clicking on Show transcript in the video description and copying and pasting it into the app. Alternatively, you can use a tool, like youtube-transcript-api, to download the transcript. Video to Instructions converts a video transcript into step-by-step instructions.
Because PartyRock apps can be remixed, you build your own version. For example, if you’re a fan of The Checklist Manifesto: How to Get Things Right, you can build an app to create checklists.

Convert transcripts of instructional videos to step-by-step instructions
Do You Want to Know More?

For a limited time, PartyRock is available as a free trial with a set limit of credits. You do not need an AWS account, leaving you free to experiment and learn. You can track your usage and credit consumption is calculated based on your input tokens, output tokens, and images generated. Check out these learning resources and build!

Comments