Frontend with Streamlit
Learn how to implement a small-scale application with Azure OpenAI.
We'll cover the following
The idea of this section is to implement a company portal where lawyers and contract managers can access all the contracts they need to analyze and quickly gather some insights. This includes identifying key clauses, analyzing language, and flagging potential issues.
They can also ask the portal to generate some contract templates from scratch, which can serve as drafts for production-ready contracts.
Application overview
To do so, we will use Streamlit. To connect with our AOAI instance, we will need our key and endpoint, which we’ve stored in a .toml
file.
Get hands-on with 1400+ tech skills courses.