Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onvo-ai/sdks
This repository contains packages to provides utilities to seamlessly communicate with the Onvo platform, allowing developers to integrate AI-powered dashboards into their products.
https://github.com/onvo-ai/sdks
ai artificial-intelligence chatbot chatgpt framework gpt-4 machine-learning onvo-ai sdk
Last synced: 2 months ago
JSON representation
This repository contains packages to provides utilities to seamlessly communicate with the Onvo platform, allowing developers to integrate AI-powered dashboards into their products.
- Host: GitHub
- URL: https://github.com/onvo-ai/sdks
- Owner: onvo-ai
- Created: 2023-08-27T17:37:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T11:36:03.000Z (2 months ago)
- Last Synced: 2024-11-09T17:03:35.654Z (2 months ago)
- Topics: ai, artificial-intelligence, chatbot, chatgpt, framework, gpt-4, machine-learning, onvo-ai, sdk
- Language: TypeScript
- Homepage: https://onvo.ai/
- Size: 57.5 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Onvo AI SDKs
This repository contains packages to provides utilities to seamlessly communicate with the Onvo platform, allowing developers to integrate AI-powered dashboards into their products.
You can find the API documentation at https://docs.onvo.ai
## Server libraries
#### Javascript - [NPM](https://www.npmjs.com/package/@onvo-ai/js)
```bash
npm install @onvo-ai/js
``````bash
yarn add @onvo-ai/js
```#### Ruby - [RubyGems](https://rubygems.org/gems/onvo)
```bash
gem install onvo
```#### Python- [Pypi](https://pypi.org/project/onvo/)
```bash
pip install onvo
```#### 🚧 Rust - Work ongoing
#### 🚧 Go - Work ongoing
#### ⏰ Java - Coming soon
## Client libraries
#### React component library - [NPM](https://www.npmjs.com/package/@onvo-ai/react)
```bash
npm install @onvo-ai/react
``````bash
yarn add @onvo-ai/react
```#### HTML web components library- [NPM](https://www.npmjs.com/package/@onvo-ai/web-components), [JSDelivr](https://cdn.jsdelivr.net/npm/@onvo-ai/web-components/build/static/js/main.js)
```bash
npm install @onvo-ai/web-components
``````bash
yarn add @onvo-ai/web-components
``````html
```
#### ⏰ Angular - Coming soon
## We are looking for contributors
If you are comfortable working in one of the languages and frameworks mentioned above, we would love for you to join us make dashboarding better for all engineers out there. Please do send a PR and we'd be happy to work with you.
## Support
For any issues, questions, or feedback, please contact our support team at [email protected].
## License
This package is distributed under the MIT License.
Thank you for choosing the Onvo AI to integrate AI-powered dashboards into your product! We hope this package enhances your development experience and empowers your applications with advanced analytics capabilities.