Solara Examples =============== A wide range of applications can be developed using Solara. The following examples demonstrate some of the tools built by members of the Solara community and within Polus. Solara applications available through the GitHub open-source community can also be adapted and launched through Notebooks Hub. See examples from Solara `here `__ and `here `__. From the Solara Community ------------------------- Example: Wanderlust ~~~~~~~~~~~~~~~~~~~ Wanderlust is a travel assistant demo built using Solara and the OpenAI Assistants API. See more details `here `__ and the app in action `here `__. .. figure:: ../../img/solara/solara-wanderlust.gif :alt: A gif showcasing the Wanderlust app A gif showcasing the Wanderlust app Example: Solara Chatbot ~~~~~~~~~~~~~~~~~~~~~~~ Solara supports OpenAPI’s GPT-4 API to create chat bots. See Solara’s app in action `here `__. A helpful guide can be found `here `__. .. figure:: ../../img/solara/solara-chatbot.gif :alt: A gif of a sample chatbot A gif of a sample chatbot Example: Bulk Labeling Tool ~~~~~~~~~~~~~~~~~~~~~~~~~~~ The bulk labeling tool is an application developed by `Ben Epstein `__ to quickly add labels to unlabeled datasets. See details `here `__. .. figure:: https://user-images.githubusercontent.com/1765949/237517090-8f7242b1-3189-4c5b-abd3-0f0986292ade.png :alt: A screenshot from Ben Epstein’s repo A screenshot from Ben Epstein’s repo Examples on Notebooks Hub ------------------------- Example: Solara Scatter ~~~~~~~~~~~~~~~~~~~~~~~ Solara Scatter is a simple demo showcasing interactive elements for exploratory data analysis. .. figure:: ../../img/solara/solara-scatter.gif :alt: Gif of Solara Scatter Gif of Solara Scatter Example: Solara Trail ~~~~~~~~~~~~~~~~~~~~~ Solara Trail is another simple demo showcasing interactive elements for data visualization. .. figure:: ../../img/solara/solara-trail.gif :alt: A gif of a sample dashboard A gif of a sample dashboard Example: Solara Tokenizer ~~~~~~~~~~~~~~~~~~~~~~~~~ Solara also supports `tiktoken `__, which tokenizes all words. .. figure:: ../../img/solara/solara-tokenizer.gif :alt: A gif of a simple tokenizer app A gif of a simple tokenizer app