-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 818 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 818 Bytes
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
{
"name": "classifierai",
"version": "1.0.0",
"description": "A Google Chrome Extension that integrates Machine Learning to determine if the image, that the user is viewing, is AI-Generated. This uses ml5.js, which is built on top of Tensorflow.js, to perform Image Classification.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0",
"patch-package": "^8.0.1",
"vite": "^8.0.14"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs": "^4.22.0",
"chart.js": "^4.5.1",
"tailwindcss": "^4.3.0"
}
}