-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
155 lines (155 loc) · 3.43 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "bardie-ts",
"version": "1.3.4",
"description": "A powerful AI package (built using typescript) for interacting with the Google Bard API, without needing to set your own cookie!",
"main": "./dist/bardie-ts.js",
"module": "./dist/bardie-ts.mjs",
"types": "./dist/bardie-ts.d.ts",
"scripts": {
"question": "ts-node ./src/examples/question.ts",
"questionWithImage": "ts-node ./src/examples/questionWithImage.ts",
"build": "tsup --d dist"
},
"author": {
"name": "Zoheb-Malik",
"url": "https://github.com/Zoheb-Malik"
},
"license": "GPL-3.0",
"keywords": [
"AI",
"TPU",
"GPT",
"LLM",
"BERT",
"CUDA",
"Bard",
"AIaaS",
"Keras",
"OpenAI",
"AI Art",
"NVIDIA",
"PyTorch",
"Mistral",
"AI News",
"ChatGPT",
"Edge AI",
"Dataset",
"Robotics",
"Training",
"Cloud AI",
"Ontology",
"AI Music",
"Inference",
"AI Gaming",
"AI Trends",
"AI Safety",
"AI Policy",
"AI Writing",
"Regression",
"Perplexity",
"AI Courses",
"Quantum AI",
"Clustering",
"Embeddings",
"Bias in AI",
"TensorFlow",
"IoT and AI",
"Annotation",
"Google Bard",
"Overfitting",
"Simulations",
"AI Journals",
"AI Startups",
"AI Hardware",
"Fine-tuning",
"HuggingFace",
"AI Research",
"Data Mining",
"PerplexityAI",
"Semantic Web",
"Scikit-learn",
"Ethics in AI",
"Segmentation",
"Underfitting",
"AI Workshops",
"AI Education",
"AI in Retail",
"Perplexity AI",
"Meta-learning",
"Deep Learning",
"AI Investment",
"Multimodal AI",
"AI Challenges",
"Crowdsourcing",
"AI Regulation",
"AI in Finance",
"Synthetic Data",
"AI Conferences",
"Fairness in AI",
"Explainable AI",
"Adversarial AI",
"Speech-to-Text",
"Edge Computing",
"Text-to-Speech",
"Classification",
"Language Model",
"Neural Networks",
"AI Accelerators",
"Computer Vision",
"AI in Education",
"AI Applications",
"AI Competitions",
"Knowledge Graphs",
"AI in Healthcare",
"Machine Learning",
"Object Detection",
"Cross-Validation",
"Human-in-the-loop",
"Blockchain and AI",
"Sequence Modeling",
"Transfer Learning",
"Anomaly Detection",
"Image Recognition",
"Federated Learning",
"Transformer Models",
"Sentiment Analysis",
"Facial Recognition",
"Feature Extraction",
"Virtual Assistants",
"Question Answering",
"Speech Recognition",
"AI in Manufacturing",
"Attention Mechanism",
"Autonomous Vehicles",
"Recommender Systems",
"Feature Engineering",
"Supervised Learning",
"AI Ethics Guidelines",
"Predictive Analytics",
"Hyperparameter Tuning",
"Unsupervised Learning",
"Conversational Agents",
"Reinforcement Learning",
"Dimensionality Reduction",
"Semi-Supervised Learning",
"Natural Language Processing",
"Natural Language Understanding",
"Generative Adversarial Networks"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Zoheb-Malik/BardieTS.git"
},
"bugs": {
"url": "https://github.com/Zoheb-Malik/BardieTS/issues/new"
},
"homepage": "https://github.com/Zoheb-Malik/BardieTS",
"dependencies": {
"axios": "^1.3.4"
},
"devDependencies": {
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}