NeuralSpace engines are available on Eden AI
New provider

NeuralSpace engines are available on Eden AI

We are pleased to announce that Neuralspace’s Translation, Language Detection, and NER APIs have been integrated into Eden AI’s platform and API. Their Speech and Sentiment Analysis APIs will soon be joining our platform.

NeuralSpace is a Natural Language Processing (NLP) company specializing in languages spoken across Asia, the Middle East and Africa. They offer a robust Natural Language Processing (NLP) software that focuses on local or low-resource languages. Their API provides access to multiple powerful NLP services that are accessible through a no-code interface.

Their primary goal is to democratize NLP and make sure any developer can create apps with advanced language processing in any language and not just English. The platform comes with various language processing apps that can help you classify long or short text into categories, identify speakers in a given audio file and transcribe speech into text. The NeuralSpace platform is designed as a no-code/low-code platform so you can focus on the business problems you are solving, while they take care of all your language processing needs.

We had the chance to talk with Felix Laumann, CEO of NeuralSpace, who agreed to answer some of our questions:

 

Can you introduce NeuralSpace ? When was NeuralSpace created? What does NeuralSpace provide to customers (APIs, Saas, languages, open source, etc.)? What's your recent news?

NeuralSpace is a Natural Language Processing (NLP) company specializing in local, or low-resource languages. NeuralSpace is developers' one-stop solution for any NLP services, does not require any machine learning expertise, and all that is needed is a handful of data to train your custom model with a click of a button. The SaaS platform is modular and each of its services, from natural language understanding (NLU) to Speech-to-Text and Transliteration, can be taken as a standalone product and even installed on a private cloud if required. NeuralSpace is accessible through a user-friendly no-code interface and each user's custom model can be accessed through REST APIs.

NeuralSpace was founded in 2019 and, after a long period of fundamental research, became live in February 2022, offering its services in 95 languages.

 

Who are your customers? For which areas are NeuralSpace services intended?

NeuralSpace's customers are developers who want to use state-of-the-art NLP models for various tasks such as intent classification, entity recognition, or transcription but do not want to build a model from scratch. Our users work in conversational AI companies, or in large enterprises where NLP-typical features are needed in many different projects.

 

Why did you decide to be integrated in Eden AI?

Eden AI provides a very simple interface for software developers to use a wide range of AI services. We are excited that users of Eden AI can work with other providers' Speech-to-Text and NeuralSpace's NLU, for example. We are huge fans of giving developers the choice to select the most accurate model for every step of their solution.

Those performant engines can be directly used on Eden AI.

To use NeuralSpace on Eden AI, you just need to access either the platform or the API:

Using NeuralSpace with Eden AI platform

# Named Entity Recognition (NER - also called entity identification or entity extraction) is an information extraction technique that automatically identifies named entities in a text and classifies them into predefined categories.

# pip install git+https://github.com/edenai/edenai-python.git
    
from edenai import Text
    
# Get your API key here: https://app.edenai.run/admin/account
text_apis = Text("Your_API_key")
    
result = text_apis.named_entity_recognition(
# Available providers and languages here: https://api.edenai.run/v1/redoc/#operation/Named%20Entity%20Recognition
text="Your text",
providers=["neuralspace"],
language="en-US")
    
print(result)

Don’t hesitate to check it out on the platform or with the API.

Related Posts

Try Eden AI for free.

You can directly start building now. If you have any questions, feel free to schedule a call with us!

Get startedContact sales