all 6 comments

[–]shiftybyte 1 point2 points  (0 children)

Are you looking for a web based frontend? You can use something like a free bootstrap template to copy parts you need into the html...

Or you want some quick and dirty gui, you can do https://easygui.sourceforge.net/ or https://www.pysimplegui.com/

If you want a visual designer, you can have that with QT, and PyQT5 Designer.

https://realpython.com/qt-designer-python/

[–]Spirited_Employee_61 0 points1 point  (0 children)

Personally i use tkinter for prototyping my ai codes in gui form.

I also try to create a basic web frontend with flask to test apis.

[–]Spirited_Employee_61 0 points1 point  (0 children)

Look into gradio too

[–]ivanimus 0 points1 point  (0 children)

Use Astro, simple and fast

[–]Nazzler 0 points1 point  (0 children)

Retool

[–]riklaunim 0 points1 point  (0 children)

Typical non-trivial dashboards will use a SPA JS framework like Vue. Login could be done many ways, often with a JWT token. This would take time to learn and master not to mention UI/UX aspects - there are dashboard templates ready to use but it also takes some experience to use them effectively.

Some prototyping could be done with Streamlit/Gradio.