npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

edenai

v1.0.2

Published

"Eden AI simplifies the use and integration of AI technologies by providing a unique API connected to the best AI engines and combined with a powerful management platform. The platform covers a wide range of AI technologies."

Downloads

21

Readme

Eden AI Javascript

This is the official Eden AI Javascript Github for interacting with our powerful APIs. Eden AI is a SaaS providing APIs connected to big (AWS, GCP, etc.) and small AI providers for vision, text, audio, OCR, prediction and translation AI engines. Our solution allows users to compare the performance of these providers APIs according to their data and use them directly via our API thus offering great flexibility and making it very easy to change supplier. In particular, we offer better performance with the "Genius" feature that cleverly combines results from multiple providers.

  • Eden AI support: [email protected]
  • Look to our website: https://www.edenai.co
  • Sign Iup for a free account: https://app.edenai.run/user/login
  • Read our documentation: https://api.edenai.run/v1/redoc/

Eden AI simplifies the use and integration of AI technologies by providing a unique API connected to the best AI engines and combined with a powerful management platform. The platform covers a wide range of AI technologies:

  • Vision: www.edenai.co/vision
  • Text & NLP: www.edenai.co/text
  • Speech & Audio: www.edenai.co/speech
  • OCR: www.edenai.co/ocr
  • Machine Translation: www.edenai.co/translation
  • Prediction: www.edenai.co/prediction

For all the proposed technologies, we provide a single endpoint: the service provider is only a parameter that can be changed very easily. All the engines available on Eden AI are listed here: www.edenai.co/catalog

Getting started

To start using Eden AI APIs, you first need to get your API Token. You can get your token on your IAM here.

Install via npm

npm install edenai

Usage

If you want, for example, to use Ocr classic from Microsoft Azure with ES6 syntax :

import {Ocr} from "edenai"

var ocrApis = new Ocr('YOUR API KEY')

ocrApis.ocr('YOURFILEPATH.jpg', ['microsoft'], 'fr-FR').then(response => console.log(response))

You can find the complete list of technologies we offer in the SDK on our documentation.

Support & Community

If you have any problems, please contact us at this email address: [email protected]. We will be happy to help you in the use of Eden AI.

Community: You can interact personally with other people actively using and working with Eden AI and join our Slack community. We are always updating our docs, so a good way to always stay up to date is to watch our documentation repo on Github: github.com/edenai

Blog: We also regularly publish various articles with Eden AI news and technical articles on the different AI engines that exist. You can find these articles here: edenai.co/blog

Documentation

To have more information about platform and API use, you can check ou our documentation