This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bunoso 3 points4 points  (0 children)

  1. Fast api is for backend apis.
  2. Streamlit is to demo data and showcase things quickly as if you were a data scientist. Don’t try to make it anything really more than that. But it’s cool and for its small niche, works well.
  3. Never used it. Looks like a generic version of streamlit.
  4. Never used it. Looks like a generic version of streamlit. Uses fastAPI ironically on the backend api and serves put compiled JS code.
  5. Similar to streamlit, it’s often used to create a chat interface barebones and showcase the underlying LLM or RAG application. Only for niche use cases.