forked from Nutlope/llama-ocr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 681 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 681 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
27
28
29
30
31
32
33
{
"name": "llama-ocr",
"version": "0.0.6",
"description": "Image to markdown (OCR) with Llama 3.2 Vision.",
"author": "Hassan El Mghari (@nutlope)",
"repository": {
"type": "git",
"url": "git+https://github.com/Nutlope/llama-ocr.git"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "tsx ./test/index.ts"
},
"devDependencies": {
"@types/node": "^22.9.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"keywords": [
"together ai",
"vLLMs",
"open source",
"AI models",
"OCR",
"Llama"
],
"dependencies": {
"together-ai": "^0.9.0"
}
}