https://github.com/thisloke/userflow-predictor
https://github.com/thisloke/userflow-predictor
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisloke/userflow-predictor
- Owner: thisloke
- Created: 2019-04-01T19:31:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:10:55.000Z (over 3 years ago)
- Last Synced: 2024-01-09T15:46:23.149Z (over 2 years ago)
- Language: TypeScript
- Size: 13.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To compile it and put in production, please follow indications:
Compile
- istruzioni per compilare python
- cd DataGatherer
- npm run build:prod
- cd..
- cd Predictor/PredictorWebService
- npm run build-ws:prod
Run
sudo docker-compose up
open browser on localhost:8002
database starts to popolate while moving on browser web graphical interface.
To obtain images from data run
- cd Predictor/PredictorWebService
- npm run start:image-creator