GitHub:
Project Description
Build & Deploy an AI assistance Chatbot interface that response to the use prompt.
Problem Statement:
- An input box where user can enter a message and send to the API
- An output that give a relevant answer prompt (Prompt Engineer)
- History conversation is shown above the sequence input box
Architecture Design
Requirement
Functional Requirement
- The input will be an image, in jpg or png format, in BGR, of any size.
- The output will be a BGRA image, in png format, same size as the original image with its fourth channel set to 0 in all pixels where the background wa removed.