Metadata-Version: 2.4
Name: Stat386-FinalProject-Divorce-Crime
Version: 0.1.5
Summary: Divorce and FBI Crime Data Analysis with Streamlit
Author: Brendan Behunin
License: MIT
Project-URL: Homepage, https://behunin3.github.io/Stat386_FinalProject/
Project-URL: Documentation, https://behunin3.github.io/Stat386_FinalProject/documentation.html
Project-URL: Repository, https://github.com/behunin3/Stat386_FinalProject.git
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2.0,>=1.23
Requires-Dist: pandas>=1.5
Requires-Dist: matplotlib
Requires-Dist: streamlit>=1.32
Requires-Dist: python-dotenv
Requires-Dist: statsmodels>=0.14
Requires-Dist: scikit-learn
Requires-Dist: scipy>=1.9
Dynamic: license-file

# Stat386-FinalProject-Divorce-Crime

## Description

This package allows users to find the relationship between Marriage and Divorce, and Crime in the United States.

## Installation
`pip install stat386_finalproject_divorce_crime`

## Run App
`streamlit run src/stat386_finalproject_divorce_crime/app.py`

## View Pages

View the overview, documentation, and a tutorial at [Github Pages](https://behunin3.github.io/Stat386_FinalProject/)
