Discover Isaac.

A smart CLI that has AWS Bedrock and AWS Textract integrated. It can perform several functions that gives power to terminal users.

Gopher

Features

Chat mode

Although Isaac can be used as a terminal application passing arguments, users can perform activities in chat mode, with special commands inside the chat mode.

isaac c
@Isaac → @Isaac → command: transform webm to mp4
Execute command? ffmpeg -i input.webm -codec:a copy -codec:v libx264 -pix_fmt yuv420p output.mp4 Only yes is accepted: 

Generate images with a simple prompt

Image generation can work in two ways CLI mode and chat mode.

isaac img "Make an image for a guy working in a computer with his linux terminal opened and writing some command"
Image generated and saved as 1710736420.png

The above command generates the following image Gopher

Analyze documents and extract text

This feature is available in both chat and CLI modes.

isaac c
@Isaac → document:awesomeCandidate.pdf  This document is the information of a possible candidate that is beign considered for a sales management in my company, take a look at the profile and see if it will be a good fit

------------------------------------------
Text from file:  hola.png
------------------------------------------
Contents of awesomeCandidate.pdf

------------------------------------------
Summary: 
------------------------------------------
Based on the provided information, it appears that there is a profile being considered for a potential candidate named .... The profile states that the individual is an sales manager and sales engineer. The profile also mentions that they have an MBA degree from the ...., and that they are based in....
------------------------------------------

Same functionality is available in CLI mode, although with no custom prompt, instead a small summary will be printed out.

Save prompts and upload those to S3 bucket

While in chat mode, users are able to save and store the prompts and responses generated while in use.

@Isaac → save:
@Isaac → uploadS3: