Artificial Intelligence Driven Fortune Teller

This is a project of mine to test the capabilities of GPT-3 and its ease-of-use. It is an app written in the popular JavaScript framework React, and is hosted on an Amazon Web Services Amplify backend. It uses GPT-3's API to get an answer in the desired format and returns it.

The app uses a serverless architecture, using AWS Lambda and API Gateway. The Lambda Function is accessed through a REST API and it returns an answer. The app is in beta and not intended for production.

Launch App