-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "retrocarperformancemodel",
"version": "1.0.0",
"description": "RetroCarPerformanceModel utilizes Node.js & TensorFlow.js to explore vintage car data from the 1970s era, predicting fuel efficiency (MPG) based on horsepower using linear regression. A learning project aimed at honing ML skills with real-world classic automobile datasets.",
"main": "src/app.js",
"type": "module",
"scripts": {
"start": "./node_modules/nodemon/bin/nodemon.js ./src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmaaelTyrneaMitore/RetroCarPerformanceModel.git"
},
"keywords": [
"machine-learning",
"retro",
"vintage-cars",
"linear-regression",
"nodejs",
"tensorflow",
"data-analysis",
"data-science",
"regression-analysis",
"data-preprocessing",
"predictive-modeling",
"npm-package",
"automotive",
"classic-cars",
"70s-era",
"artificial-intelligence",
"ml-models",
"gradient-descent",
"model-training",
"model-evaluation",
"feature-engineering",
"statistics",
"javascript",
"data-visualization",
"open-source"
],
"author": "Shashank Singh",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AmaaelTyrneaMitore/RetroCarPerformanceModel/issues"
},
"homepage": "https://github.com/AmaaelTyrneaMitore/RetroCarPerformanceModel#readme",
"dependencies": {
"@tensorflow/tfjs-node": "^4.13.0",
"app-root-path": "^3.1.0",
"lodash": "^4.17.21",
"node-remote-plot": "^1.3.0",
"shuffle-seed": "^1.1.6"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}