AWS Logo
Menu
My First AWS blog

My First AWS blog

Few days ago i attended the workshop Generative AI using partyrock , bedrock and amazon q using AWS by AWS user group Surat, Gujarat, India .

Published Oct 9, 2024
In this exercise we create an app without writing any code on AWS platform . Where i created Movie recommended app with just giving prompt and APP is ready it takes an input of what kind of movie you want ex. Thriller , Horror , Action , Fun along with taking input of Hero name eg. Rithik roshan , Tiger Shroff , Akshay kumar
I was fascinated by this service and it was on point and i was amazed with output of app it only takes some seconds to build app with this PartyRock
here’s i also create an app that will recommended best Youtube channels for software engineers for learning their interested domain .
Now talk about Bedrock :
With use of bedrock we can create any generative ai appliaction with use of foundation models of big ai companies and by using it we can easily create our desired customization like RAG and fine tuning
in this we use several models of big companies like Amazon , AI21 labs , Meta , Anthropic , with that we can able to create image generator , code generator
Foundation Models = claude instant , claude sonet , cloude haiku
bedrock playground = It's platform for practicing and experiment for services which supports 3 modes
  1. Chat
  2. Image
  3. Text
Amazon bedrock API use for generating images

 

Comments