https://github.com/frederickroman/divorsee
Private divorce predictor using tensorflow on a prerendered Angular progressive web app.
https://github.com/frederickroman/divorsee
angular angular-material angular2 classifier divorce-prediction neural-network prerender private pwa pwa-app questionnaire tensorflow tensorflowjs
Last synced: 5 months ago
JSON representation
Private divorce predictor using tensorflow on a prerendered Angular progressive web app.
- Host: GitHub
- URL: https://github.com/frederickroman/divorsee
- Owner: FrederickRoman
- License: mit
- Created: 2021-11-10T01:03:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T03:03:05.000Z (about 4 years ago)
- Last Synced: 2025-03-11T04:32:29.636Z (about 1 year ago)
- Topics: angular, angular-material, angular2, classifier, divorce-prediction, neural-network, prerender, private, pwa, pwa-app, questionnaire, tensorflow, tensorflowjs
- Language: TypeScript
- Homepage: https://divorsee.netlify.app
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Divorsee
## Use AI to predict your chance of divorce without sharing any data.
It uses a neural network to predict your chances of future divorce based on your responses on the questionnaire. It runs client-side only, and never send data back to a server.
The neural network was trained on the UCI divorce prediction dataset.
This repository contains all client-side code. The training is on its own [repository](https://github.com/FrederickRoman/divorce-predictor).
## Live website
See [Divorsee](https://divorsee.netlify.app).
## Main libraries and frameworks used for this project
+ Angular (12)
+ Angular Material
+ Tensorflow.js
## Project setup
```
npm install
```
### Compiles and hot-reloads
```
npm run start
```
### Prerenders for production
```
npm run prerender
```
### Serve locally prerenderd PWA with production enviroment (requires http-server package)
```
npm run serve-local-prerendered-pwa
```