Should I use Streamlit?

I am currently an A-level student planning my computer science project, I have spent some time looking at the options available for the interface of my application, and this seems to be a great fit for my requirements.
My aim is currently to create a dataset analysis program including: csv importing, graphs and key calculations, as well as potentially including machine learning from Scikit-Learn or Keras.

Would anyone reccomend streamlit for this part of my course, or do you have any other better suggestions to make a gui with?

Absolutely! When I first tried to create a frontend for a Python script, I looked at a few options, tried a few different ones, and, hands down, Streamlit was the easiest to get started. It’s very direct, straightforward, and easy to translate from the Python logic of querying/uploading, filtering, and displaying your data.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.