This is a scoring system that uses a neural network train on UCI car evaluation dataset. This neural net runs on the back-end and send its response through a REST API.
See Carscore website.
- Client-side:
- Vue.js (2)
- Vuetify
- Server-side:
- Node
- Express
- Machine Learning (NN):
- Tensorflow.js (Node)
npm install
npm run client_dev
npm run server_dev
npm run postinstall
npm run client_lint
Retrains neural network (this is will overwrite the current one). The best one found so far is on the top level as /neural_network.
npm run server_train_nn
(a) Creator: Marko Bohanec (b) Donors: Marko Bohanec ([email protected]) Blaz Zupan ([email protected]) (c) Date: June, 1997