sunjaydhama.com Open in urlscan Pro
18.239.94.4  Public Scan

URL: https://sunjaydhama.com/projects/alexa_chat_skill/index.html
Submission: On December 25 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 * HOME
 * ABOUT
 * PROJECTS
 * RÉSUMÉ
 * CONTACT


CHAT GPT ALEXA SKILL

CHAT WITH CHAT GPT USING AMAZON ALEXA

See the skill: chat gpt in Alexa Skills

This project is an Alexa skill that utilizes OpenAI's Chat API to answer user's
questions. Users can ask a question by saying "ask" followed by their question,
which is then sent to a Python Lambda in AWS that calls the OpenAI API to
retrieve the response. Alexa will then speak the answer and ask if the user
wants to ask another question.

The skill also has the ability to repeat the last question and answer, add past
conversations to the current conversation, and retrieve questions and answers
from a particular date. Users can add past conversations by saying "add
conversation history," and retrieve past questions by saying "what are my
questions and answers" followed by a numerical response.

To retrieve questions and answers from a particular date, the skill utilizes a
Python parser for the AMAZON.DATE slot. Overall, this project provides a
convenient and efficient way for users to get answers to their questions using
OpenAI's GPT-3.5 model via Alexa.

The infrastructure for this project included S3, lambda, logging, Secrets
Manager, and the Alexa skill itself. The entire infrastructure was built using
AWS CDK in TypeScript.