This collection of code was developed to allow for simple interfacing with OPENAI's API to take place within the appropriate context of emotional recognition and output.
Before you can test this code on your own machine there are a few programs that need to be installed first.
- A Python Interpreter
- OpenAI
- Install using either your vscode terminal machine's command prompt.
- Type "pip install openai"
- Installation should begin immidietl Reccommended Instalation:
- Though not directly neccesary to run the code could be useful to better interact with OpenAI's API
- OpenAI CLI (Command Line Interface)
- Type "pip install openai-cli"