cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Community Discussions
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Databricks and streamlit and fast API combination

Faiรงal_1979
New Contributor

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

RafiKurlansik
New Contributor III
New Contributor III

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.