Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 515 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 515 Bytes

ParkingBO

Project for the course of Context-Aware Systems Unibo 2021/2022.

To run backend:

npm i --force 
node app.js

To run frontend:

cd frontend
npm i 
npm start

To run app:

cd parking_bo
flutter pub get 
connect your device and in your IDE (we used VSCode) execute--> run debug

The file model.json that represent the trained Random Forest model implemented in the app can be found at https://drive.google.com/file/d/1a6ero6TyEbFRwNEj6zKjpeBobE-HKhZk/view?usp=sharing