Regrouping the best AI APIs for 10mn integration in your code
We're working on a project that regroups all best AI (AIaaS) from different providers (GCP, AWS, Azure, DeepL, etc.) [in one API](https://github.com/edenai/edenai-apis).
we've got asked the question : **why aren't you regrouping Open Source models (instead of proprietary APIs) into one repo?** well because it doesn't make sens to deploy and maintain large pytorch (or other framework) AI models (especially for document parsing, image and video moderation or speech recognition) in every solution that wants AI capabilities. So using APIs makes way more sens.
Deployed OpenSource models are being included using different APIs like HuggingFace and other equivalents.