This mini project has been done to get to know Streamlit to build web apps for data analysis and visualization, generating an interactive dashboard.
It is part of the projects offered by Coursera Project Network.
For more information here
The data used comes from NYC opendata source about car accidents that can be found in here.
As a prerequisite, the programming lenguage of this repository is Python 3.7.3, therefore must have Python 3 installed.
The packages used in this project are:
- Download the repo (make sure you have fulfilled the prerequisites).
- Run the function:
$ streamlit run app.py
- The following text will appear:
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.1.50:8501
- If the web browser doesn't open, click the local URL and you are ready to play with it!
Version 1.0 [18.08.2020] > Project finished. Certificate