An open API service indexing awesome lists of open source software.

https://github.com/andresberejnoi/streamlit-apps

A collection of sample web apps built with Streamlit.
https://github.com/andresberejnoi/streamlit-apps

data-science data-visualization streamlit

Last synced: about 2 months ago
JSON representation

A collection of sample web apps built with Streamlit.

Awesome Lists containing this project

README

          

# Housing Price Visualizations
if you want to check out the blog post for this project, here is the link:
* https://andresberejnoi.com/blog/build-a-simple-data-science-app-with-streamlit/

This Streamlit web application uses the Californian housing data from the third edition of the book ["Hands-On Machine Learning With Scikit-Learn, Keras, And Tensorflow"](https://amzn.to/3pC2A5b) by Aurélien Géron. I can't recommend this book enough for those looking to build a solid foundation on machine learning and machine learning frameworks (the link is a referral link).

## Pages
There are three pages in this Streamlit app. The main page shows the pandas dataframe as a table and below it there is a map of the population clusters in the dataset.
![](docs/streamlit_data_science_app_main_page.png "Main Page")

Then there is an info page containing some useful links. The third page is a bit more interesting. It has a Streamlit form with a text input area. The script counts the number of words and creates a bar chart of the 15 most common words used in the text:
![](docs/Streamlit_app_word_frequency_counter.png "Main Page")