forked from EfficientAI-tech/efficientAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
72 lines (72 loc) 路 2.12 KB
/
Copy pathfunding.json
File metadata and controls
72 lines (72 loc) 路 2.12 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "EfficientAI",
"email": "tejas@efficientai.cloud",
"phone": "",
"description": "EfficientAI is a platform for evaluating voice AI agents. It is a open-source project and is free to use.",
"webpageUrl": {
"url": "https://efficientai.cloud",
"wellKnown": "https://efficientai.cloud/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "efficientai-platform",
"name": "EfficientAI Platform",
"description": "EfficientAI is a platform for evaluating voice AI agents. It is a open-source project and is free to use.",
"webpageUrl": {
"url": "https://efficientai.cloud",
"wellKnown": "https://efficientai.cloud/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/EfficientAI-tech/efficientAI"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"ai",
"voice-ai",
"evals",
"genai"
]
}
],
"funding": {
"channels": [
{
"guid": "efficientai-bank",
"type": "bank",
"address": "tejas@efficientai.cloud",
"description": "Will accept direct bank transfers. Please e-mail us for details."
}
],
"plans": [
{
"guid": "efficientai-hosting-monthly",
"status": "active",
"name": "Hosting support",
"description": "This will cover the monthly server hosting costs for the projects.",
"amount": 200,
"currency": "USD",
"frequency": "monthly",
"channels": [
"efficientai-bank"
]
}
],
"history": [
{
"year": 2026,
"income": 0,
"expenses": 1000,
"taxes": 0,
"currency": "USD",
"description": "Started accepting donations for the first time."
}
]
}
}