Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 410 Bytes

Simple app made with Streamlit and Autodesk Forge

Usage

Run pipenv install to install all dependencies

Add your Autodesk Forge credentials with :

export FORGE_CLIENT_ID=<<YOUR CLIENT ID FROM DEVELOPER PORTAL>>
export FORGE_CLIENT_SECRET=<<YOUR CLIENT SECRET>>

or you can create a .env file with your credentials.

Start the Streamlit app with streamlit run forge_sample.py