-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 2.1 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
{
"name": "image-classification-react",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@tensorflow-models/mobilenet": "^2.1.0",
"@tensorflow/tfjs": "^4.7.0",
"Buffer": "^0.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"dotenv": "^16.1.4",
"dotenv-expand": "^10.0.0",
"dotenv-flow": "^3.2.0",
"events": "^3.3.0",
"nsfwjs": "^2.4.2",
"patch-package": "^7.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.9.0",
"react-medium-image-zoom": "^5.1.6",
"react-toggle-dark-mode": "^1.1.1",
"stream-browserify": "^3.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.9"
},
"description": "Image Classification React is a web application built with TensorFlow and ReactJS that enables image classification. It utilizes the power of machine learning to accurately classify images and provide predictions along with their corresponding probabilities. Additionally, it includes the ability to detect NSFW (Not Safe for Work) images, ensuring a safe browsing experience. Developed using ReactJS and TypeScript, this application combines the best of front-end technologies with the capabilities of TensorFlow for efficient and reliable image classification.",
"repository": "https://github.com/nextyfine-dev/image-classification-react.git",
"author": "Nextyfine",
"license": "MIT"
}