Our team is developing a mobile app that uses machine learning to detect tire quality, recommends vehicle workshops, and provides automotive care advice. Our aim is to enhance road safety by raising awareness about tire condition and maintenance, and gworth the SMEs Economic of the Vehicle Workshop. Many vehicle owners lack knowledge about tire quality and struggle to find suitable spare parts and workshops. Our solution will address these issues with a user friendly interface and comprehensive features.
- M299DSX2926 - Rafiq Ramadhan - Universitas Pancasila - Machine Learning - [active]
- M299DSX0285 - N.I.S. Baldanullah - Universitas Pancasila - Machine Learning - [active]
- C265DSX0666 - Mochammad Ridwan - Universitas Muria Kudus - Cloud Computing - [active]
- C265DKY4234 - Salum Ainayya Alfatikhah - Universitas Muria Kudus - Cloud Computing - [active]
- A299DSX2287 - Muhammad Rizky Fadhillah - Universitas Pancasila - Mobile Development - [active]
- A062DSX2274 - Dwitio Ahmad Pranoto - Politeknik Negeri Jakarta - Mobile Development - [active]
- Node JS
- Express JS
- Flask
- Python
- MySQL Database
-
Clone the backend
git clone https://github.com/your_username_/Project-Name.git
-
Dwonload machine learning model
https://drive.google.com/drive/folders/1ZxJEnUIdWLq3ppA8NKQod_gRYmQTDgAg?usp=drive_link
-
Change database
src/configs/dbConnection.js
const conn = mysql.createConnection({ host: "", // Replace with your host name user: "", // Replace with your database username password: "", // Replace with your database password database: "", // // Replace with your database Name });
-
Copy model file in
machineLearning folder
-
Install dependencies
npm install
-
Migration database
npx sequelize-cli db:migrate
-
Run
node server.js