PILAR: Personalizing Augmented Reality Interactions with LLM-based Human-Centric and Trustworthy Explanations for Daily Use Cases
This project is built using Unity 202.3.23f1.
Here is a visual representation of the project structure:
In order to use the RecipeSearchAPIManager in your Unity project, you need to input the App Id and App Key from Edamam's Recipe API.
You can sign up for an API key here: Edamam Recipe API.
Once you have your credentials, input them into the following fields in Unity:
- App Id
- App Key
After entering your credentials, the system will be ready to interact with the Edamam API.
In order to use the ChatGPTClient in the project, you need to provide the following credentials from OpenAI:
- API URL: The endpoint for OpenAI's API.
- API Key: Your OpenAI API key.
- API Organization: Your OpenAI Organization key.
- API Model: The model name (e.g.,
gpt-3.5-turbo
,gpt-4
, etc.).
You can obtain these credentials by visiting OpenAI’s API page.
Once you have your credentials, input them into the fields as shown in the following screenshot:
After entering your credentials, the system will be ready to interact with OpenAI's ChatGPT API.
- Recipe Search: Allows users to search for recipes using the Edamam Recipe API.
- ChatGPT Client: Enables AI-based interactions powered by OpenAI's ChatGPT.
This project is licensed under the MIT License. See the LICENSE
file for more details.