/ParkingBO

Project for the course CAS 2021/2022 Unibo

Primary LanguageTeX

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