This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # pip install streamlit | |
| # pip install audio-recorder-streamlit | |
| # pip install openai | |
| import streamlit as st | |
| from audio_recorder_streamlit import audio_recorder | |
| from openai import OpenAI | |
| API_KEY = 'enter-openai-api-key-here' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'add_provider', | |
| 'address', | |
| 'am_pm', | |
| 'ascii_company_email', | |
| 'ascii_email', | |
| 'ascii_free_email', | |
| 'ascii_safe_email', | |
| 'bank_country', | |
| 'bban', | |
| 'binary', |