We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99d4bf commit 66f6ccaCopy full SHA for 66f6cca
package.json
@@ -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