https://github.com/frederickroman/carscore
full-stack web app that scores cars using neural network trained on UCI car evaluation dataset
https://github.com/frederickroman/carscore
cars classifier express expressjs full-stack node nodejs tensorflow tensorflow-node tensorflowjs veutify vuejs vuejs2 vuex
Last synced: 3 months ago
JSON representation
full-stack web app that scores cars using neural network trained on UCI car evaluation dataset
- Host: GitHub
- URL: https://github.com/frederickroman/carscore
- Owner: FrederickRoman
- License: mit
- Created: 2021-11-09T07:05:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T23:01:34.000Z (over 3 years ago)
- Last Synced: 2025-01-17T19:55:05.767Z (4 months ago)
- Topics: cars, classifier, express, expressjs, full-stack, node, nodejs, tensorflow, tensorflow-node, tensorflowjs, veutify, vuejs, vuejs2, vuex
- Language: Vue
- Homepage: https://carscore.herokuapp.com
- Size: 1.68 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Carscore
![]()
## ML-drive car resell scoring
This is a scoring system that uses a neural network train on [UCI car evaluation dataset](https://archive.ics.uci.edu/ml/datasets/car+evaluation). This neural net runs on the back-end and send its response through a REST API.
![]()
![]()
## Live website
See [Carscore website](https://carscore.heroku.app).
## Tech stack used in this project (all is in this repo)
- Client-side:
+ Vue.js (2)
+ Vuetify
- Server-side:
+ Node
+ Express
- Machine Learning (NN):
+ Tensorflow.js (Node)## Project setup
```
npm install
```### Compiles and hot-reloads for client development
```
npm run client_dev
```### Compiles and hot-reloads for server development
```
npm run server_dev
```### Compiles and minifies for production
```
npm run postinstall
```### Lints and fixes client-side files
```
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
```### Citation (Data)
(a) Creator: Marko Bohanec
(b) Donors: Marko Bohanec ([email protected])
Blaz Zupan ([email protected])
(c) Date: June, 1997