https://github.com/shadmeoli/divorce_analysis
Causes of divorce and recommendation for ways to help fix broken families and marriages
https://github.com/shadmeoli/divorce_analysis
Last synced: 3 months ago
JSON representation
Causes of divorce and recommendation for ways to help fix broken families and marriages
- Host: GitHub
- URL: https://github.com/shadmeoli/divorce_analysis
- Owner: shadmeoli
- Created: 2022-12-14T23:37:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T00:03:19.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:07:16.311Z (5 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Divorce and break-ups analysis
Causes of divorce and recommendation for ways to help fix broken families and marriages
---#####  I am assuming you are using mac,linux or WSL on windows.
If not I suggest you run the commands according to windows conmands \nHow to run the app:
```
git clone https://github.com/shadmeoli/devorce_analysis && cd devorce_analysis
``````
python3 -V
```If you are running python version higher than 3.5 you can proceed
to this next step###### Run this if you are on linux or mac
```
pip3 install virtualenv
virtualenv venv
```Now create and activate your virtual environment
eg; linux/mac users its ```virtualenv && source .//bin/activate```---
##### installing dependancies
```
pip3 install -r requirements.txt
```Now running the app with streamlit
```
streamlit run app.py
```
Now opent the provided link to you browser, or wait for the bwoser to
automatically open up---
#### 🌐My socials
[](https://instagram.com/_s.ha.d) [](https://linkedin.com/in/shadrack-codes254/) [](https://twitter.com/Codesshad) [](https://www.youtube.com/channel/UC34M77EOVsfBFzaQyQO6LeA)