Skip to content

asehmi/simple-streamlit-fastapi-integration

Repository files navigation

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

demo

About

A minimal Streamlit app showing how to launch and stop a FastAPI process on demand

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages