This repository contains a Streamlit app that visualizes the motor vehicle collision dataset.
app_hello.py: Initial Streamlit app setup.app_final.py: Streamlit app with dataset visualization implementation.
Motor_Vehicle_Collisions_-_Crashes.csv.zip: Dataset file used by the Streamlit app.
requirements.txt: File containing necessary dependencies to run the Streamlit app.
- Ensure you have Python installed on your system.
- Install the required dependencies using
pip install -r requirements.txt. - Unzip the
Motor_Vehicle_Collisions_-_Crashes.csv.zipfile to access the dataset. - Run the Streamlit app using the command
streamlit run app_final.pyin your terminal. - Access the app in your browser at the specified local host address.
app_hello.pyprovides an initial setup for the Streamlit app.app_final.pycontains the implementation for visualizing data from the motor vehicle collision dataset.
The dataset (Motor_Vehicle_Collisions_-_Crashes.csv.zip) contains information about motor vehicle collisions and crashes.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to create a pull request or raise an issue.
This project is licensed under the MIT License.