Skip to content

Commit 66f6cca

Browse files
authored
Create package.json
Update package.json for AI Object Recognition Project.
1 parent b99d4bf commit 66f6cca

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "ai-object-recognition",
3+
"version": "1.0.0",
4+
"description": "An AI-powered object recognition project aimed at improving accessibility for visually impaired users.",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "node index.js",
8+
"test": "echo \"No tests specified\" && exit 0"
9+
},
10+
"dependencies": {
11+
"tensorflow": "^2.0.0", // If using TensorFlow.js for machine learning
12+
"opencv4nodejs": "^5.6.0", // OpenCV for image processing
13+
"express": "^4.17.1" // For serving the app if it includes a server
14+
},
15+
"devDependencies": {
16+
"eslint": "^7.32.0" // Optional: For code quality checks
17+
},
18+
"author": "Project Code Dev Team",
19+
"license": "ISC"
20+
}

0 commit comments

Comments
 (0)