-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.4 KB
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": "ai-driven",
"version": "5.1.1",
"license": "MIT",
"author": "Dimitry Ivanov <2@ivanoff.org.ua> # curl -A cv ivanoff.org.ua",
"description": "AI-driven tool for translation, summarization, text moderation, and sensitive image detection.",
"keywords": [
"ai",
"Translation",
"Translate text",
"Text moderation",
"Language detection",
"Grammar and spelling correction",
"Text Summarization",
"Text Generation",
"Text paraphrasing",
"Text classification",
"Keyword extraction",
"Named Entity Recognition",
"NER",
"Sentiment Analysis",
"Offensive language detection",
"Profanity checking",
"Emotion Detection",
"Question Answering",
"Image Captioning",
"Optical Character Recognition",
"OCR",
"Object Detection",
"Object Detection in Images",
"Search Object in Images",
"Violence detection in Images",
"Pornographic detection in Images",
"Facial expression analysis in images",
"Emotion Detection in Voice",
"Speech-to-text conversion"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "bun build ./src/index.ts --outdir ./dist --minify && tsc"
},
"devDependencies": {
"@types/node": "^20.14.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivanoff/ai-driven.git"
},
"files": [
"dist/**",
"src/**"
]
}