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
There are times when I've wanted the tool-tip text that appears on hovering over a link or an icon within a web page. The cumbersome way is to select the object that has the tooltip and then use Inspect element option in Chrome (as shown in the animated GIF below) or open Developer Tools (F12 keyboard shortcut in popular browsers) select the element containing the tooltip and grab the desired text from HTML code. Inspect Element option in Chrome I found a simpler option that works with tool-tips on some websites (not all) Select the word before and after the image containing the tooltip and when the tool tip appears, copy the selected text. Copy it from the clipboard and remove the extra words after you paste Select tooltip & its surrounding words, copy & paste I've tested this crude trick in IE 11, Firefox 34 and Chrome 39 (all on Windows) (The animated GIFs were generated using the ScreenToGif open-source tool)
This Week I Learned - * Intensive Vibe Coding Course With Google - self-paced Kaggle Learn guide * Forward Deployed Engineers (FDEs) bridge internal development and real-world deployment by embedding with enterprise clients to build solutions while guiding the product roadmap. FDEs are the "Technical Special Ops" who bridge the gap (The Delta) between a core product and a client’s messy, real-world reality. * Google DeepMind CEO Demis Hassabis and researcher John Jumper won the Nobel Prize in chemistry for their work on the company’s AlphaFold model, and DeepMind has also made major contributions to meteorology, materials science, and a variety of other disciplines. John Jumper is leaving DeepMind for Anthropic. * Like Claude Code, Claude Science can autonomously carry out meaningful work when given concise, high-level instructions, and it has access to tools that make it particularly useful for research in computational biology and drug development. C...
Here are the steps to download all the site files hosted in an Azure Web App service in bulk for local modifications or cloning to another hosting location - 1. Log in to the Azure portal 2. Navigate to your App Service 3. Go to the "Advanced Tools" section 4. Click on "Go" link to launch the Kudu console 5. In the Kudu console, navigate to the "Debug console" and then select "CMD" Once you are in the command prompt, navigate to the "Site" directory and then to the "wwwroot" directory. Your Web App should be located in a subdirectory of "wwwroot" 6. Click on the Download icon on the left of the label "wwwroot" to download all the files in the Web App as a zipped file. Alternatively, if your web app URL is https:// <yourappname> .azurewebsites.net/ insert the word scm after the subdomain name thus - https:// <yourappname> . scm .azurewebsites.net/ This will lead you directly to the Kudu con...
Comments
Post a Comment