Check out the demo video here
This guide will help you set up and run the Streamlit application on your local machine.
You will need to obtain the following API key & Credentials:
OPENAI_API_KEYSALESFORCE_USERNAMESALESFORCE_PASSWORDSALESFORCE_SECURITY_TOKEN
Once you have your keys, you will need to set them as environment variables. Open a terminal or command prompt and run the following commands:
export OPENAI_API_KEY=your_openai_api_key_hereReplace your_openai_api_key_here with your actual API key.
The application requires certain Python packages to run. These dependencies are listed in a requirements.txt file.
Navigate to the root directory of the project in your terminal or command prompt and run the following command to install the dependencies:
pip install -r requirements.txtThis project is licensed under the terms of the MIT License.
The author of this code is Katarzyna Hewelt ([email protected]), CodiLime (codilime.com).