Hi ,
I have a question about storing data , can streamlit store data and retrieve it ? what I want to do is to detect license plate numbers then retrieve all the license plate numbers that I detected to a different window. can streamlit do that?
Hi ,
I have a question about storing data , can streamlit store data and retrieve it ? what I want to do is to detect license plate numbers then retrieve all the license plate numbers that I detected to a different window. can streamlit do that?
Hi @players_hub , You need to write some code before Streamlit can store data in applicable file formats (such as .csv, .txt, .db, etc.)
Stored data can be retrieved from its storage location to a dataframe, streamlit widget/s, etc.
You’ll need to go through the streamlit documentation, youtube videos and examples on this forum for further help.
Cheers