This demo was given as part of Twilio's Level Up with Generative AI: Elevate your Communications Channels webinar on January 17, 2024. For more details on this repo, watch the recording.
Links to Relevant Docs:
Getting started
- Set up virtual environment (below is for Mac)
python3 -m venv .venv - Install dependant libraries
pip install streamlit openai twilio python-dotenv - Run main.py with Streamlit
streamlit run main.py