Categories
- All Categories
- Oracle Analytics Learning Hub
- 34 Sharing Center
- 22 Oracle Analytics Lounge
- 258 Oracle Analytics News
- 47 Oracle Analytics Videos
- 16.1K Oracle Analytics Forums
- 6.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 98 Oracle Analytics Trainings
- 16 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Support UI Creation Functionality Using Streamlit
DMD
Rank 3 - Community Apprentice
AIDP excels as a developer and data lake platform, however there is currently no "end user" entering point directly to AIDP.
The current path to allowing a user to work with data from AIDP is either through data sharing out to another front-end application or pushing a gold layer to ADW.
Proposing that Streamlit should be supported in AIDP to support "low-code" app development.
Sample benefits:
- Formally supporting streamlit app creation would allow for tighter end user accessibility to the data being developed in the platform
- Many data science applications benefit immensely from simple UIs that support POCing things like hyper-paramater optimization, graphical results
- Agentic LLM application development often relies on a chat based UI instead of fixed inference calls in a ipynb cell
- Streamlit is an open source Python application that coexists cleanly with other packages being leveraged in AIDP GitHub - streamlit/streamlit: Streamlit — A faster way to build and share data apps.
2