FastAPI Integration #837
mingjerli
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FastAPI Integration
We recently wrote a blog post to build a FastAPI app to forecast the regional gas price with LineaPy by running:
in the forecasting notebook to create a module file (price_change_all_regions_module.py) and use functions in the module within the app (app.py) as follows:
Thus, app developers can focus on building the app but not refactoring the code.
We feel this is an interesting way to use LineaPy and we also see some potential to integrate into lineapy.to_pipeline as another pipeline framework, so anyone can put together an app directly from the LineaPy artifact store in no time.
Would this feature be helpful to you? We want to hear your voice. Let us know by voting or submitting a reply!
Beta Was this translation helpful? Give feedback.
All reactions