Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 882 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 882 Bytes

solara-examples

Some simple apps in solara

  • Bulk Labeling: A clustering and labeling tool to help you quickly determine labels for an unlabeled Text Classification dataset. (Could also be easily adapted to image classification via CLIP)
  • Huggingface Card Viewer: A simple app to scan through different models and datasets on HuggingFace
  • ChatGPT: A chat interface with resizable layouts for interacting with ChatGPT
  • GPT-Chatbot with memory: Another simple app to showcase handling state and some layout tips in a Solara App. You add your own OpenAI API Key, and can chat with ChatGPT!