Databricks and streamlit and fast API combination
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-18-2024 06:03 AM
hello friends ! i have project where i need databricks to train eval model then put it to production
i trained model & eval in databricks i used mlflow everything is good now i have another two steps that i have zero
clue how they should be done :
- usage of FAST API to send CRUD requests to my model for inference ei i send him inference test row for example and model sends me back his prediction all using FAST API GET http request
- usage of Streamlit and link it to FAST API and create front end to interact with my model
if some one can guid me please help me because its soo urgent
wish you great day,
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-18-2024 06:20 AM
This repo has examples that you can use in your Databricks workspace for FastAPI and Streamlit. I recommend only using these for development or lightweight use cases.

