Shafeekh Melangadi
Shafeekh Melangadi

Reputation: 11

Integration of Autodesk Forge API service with Streamlit

Pardon me if this is a dumb question! However, I am curious whether it is possible to use 'Streamlit' (https://streamlit.io/) app as the front end and Forge APIs as the back end. If this is possible; Could you, please show some examples of how to integrate Streamlit and Forge?

Upvotes: 0

Views: 187

Answers (1)

AlexAR
AlexAR

Reputation: 1324

Streamlit is in Python and there is Unofficial Autodesk Forge SDK for Python, so you can easily get your data from Forge APIs and show them using Streamlit components.

I created a simple app which lists buckets, then objects in the selected bucket and shows details of the selected object.

Streamlit with Forge sample

Upvotes: 1

Related Questions