Amazon Bedrock is a fully managed service that makes foundation models (FMs) from Amazon and leading AI companies available on AWS available through an API.
You have to sign in with a Google, Apple or Amazon account -
In the next step you can choose a username -
After I tried out some of the featured apps on the home page, I was able to build my own in minutes and publish it publicly - GeoFlix, check it out!
All I did was to provide the prompt that "the app should identify and suggest movies that prominently feature specified locations or place names within their storylines."
I edited the pre-created app name to GeoFlix and clicked on the "Make public and Share" button.
AWS is offering new PartyRock users a free trial without the need to provide a credit card or sign up for an AWS account for a limited time. The percentage balance reflecting the amount of free trial usage remaining for your account is displayed in real time within PartyRock on your Backstage profile page as PartyRock credit. PartyRock credit is calculated by your input tokens, output tokens, and generated images. PartyRock Credit usage varies by model to help users build intuition on cost consideration when using generative AI.
The relative consumption of each model is expressed in a scale of (1-3 token stacks) on the model selection dropdown. A (3 token stack) will consume the most credit, a (2 token stack) will consume moderate credit, and a (1 token stack) will consume the least credit.
While the free trial usage limit seems liberal, you have to be watchful of your consumption quota, which model you use and how may tokens are used while interacting with your apps or those created by others.
With some prompting, the Claude model also generated this description for the app -
Discover the magic of movie locations with GeoFlix. Our innovative app allows you to explore the world through the lens of cinema by identifying films that prominently feature real-world places. Just search for a city, country, or other geographic location, and GeoFlix will suggest relevant titles and provide fascinating details about how the setting is used in each movie's narrative. Whether you're planning a trip, studying a region, or just want to be transported somewhere new, GeoFlix makes it easy to find films that authentically showcase destinations worldwide.
PartyRock is indeed a great way to experiment with prompt engineering techniques, review generated responses, and develop an intuition for generative AI while creating and exploring fun apps!
Check this YouTube video if you need help in getting started with building your own app
It's interesting how the UI/UX of AI assistants has been evolving over time. The interaction options with each individual Chat and a Conversation thread have gradually expanded over time. ChatGPT Gemini Grok Chat Copy Good response Bad response Share Try Again Branch in new Chat Read Aloud Report Message Good response Bad response Copy response Double check response Listen Export to Docs Draft in Gmail Export to Replit Report Legal issue Regenerate Read Aloud Start Thread (2/26) Copy Create share link Love it Needs improvement Report Issue Export to PDF Conversation Share Start a group chat Rename Pin Chat Archive Delete Share Pin Rename Delete Rename Pin Delete Claude Copilot Perplexity Chat Copy Give positive feedback Give negative feedback Retry Go...
There is an exciting 4-Week Course on GitHub Community to help developers master GitHub Copilot & prepare for the GitHub Copilot Certification Exam . The threads contain a very useful curation of study material spanning the 7 Domains that will be covered in the exam & a knowledge check with practice questions for each of the 4 weeks. Click on the links below corresponding to the week numbers for the material. I plan to compile the reasoning for the answers to the practice questions here so that the notes can be quick reference for the exam & later - Week 1 GitHub Copilot is trained on publicly available open-source repositories and large proprietary datasets curated by GitHub. It does not use private repositories of individual users. Documentation and Stack Overflow discussions are not primary data sources for Copilot. GitHub Copilot enhance a developer's productivity during pair programming by providing inline code suggestions based on context Key ethical consideratio...
There was a question recently on my CodeProject article "Dynamically generate a MS Word document using HTML & CSS" . The article describes how to generate a Word document programmatically without using any components, by exploiting the formatting features exposed through Office XML and CSS. The questioner wanted to know how to add a custom header and footer and show something like Page X of Y (total pages). Based on what I have tried so far, showing a header and footer using Office XML in MS Word is not as easy as it is in Excel . If you want to keep the code simple & don't need any great fireworks i.e. you will just settle for page numbers in the header or footer then it's a matter of adding a few lines to the original source code. The code can be viewed at this Github Gist Update (1-Sep-2010): To add a custom header & footer, check this new post To add a footer that shows Page number at the bottom right, here are the steps - 1) Add these classes...
Comments
Post a Comment