Simple Streamlit + FastAPI Integration

A minimal Streamlit app showing how to launch and stop a FastAPI process on demand. The FastAPI /run route simulates a long-running process which is launched on a separate thread.

Ensure the required packages are installed:

pip install -r requirements.txt

To run the app:

streamlit run lrp_app.py

Demo

fastapi_wrapper_simple_demo

GitHub

https://github.com/asehmi/simple-streamlit-fastapi-integration