Git Product home page Git Product logo

luis.ai-batch-validator's Introduction

Luis.ai batch validator

Este proyecto toma un archivo de texto con un formato especifico y hace llamadas concurrentes a Luis para obtener la intención detectada en cada caso

Getting Started

Toma en consideración que este proyecto imprime en el standar output, por tal motivo quizas tengas que correr la aplicación de la siguiente forma:

node index > out.txt

Prerequisites

Necesitas tener un .env file con las siguientes definiciones:

LuisAppId=[YOUR_LUIS_APP_ID]
LuisAPIKey=[YOUR_LUIS_API_KEY]
LuisAPIHostName=eastus2.api.cognitive.microsoft.com

RequestDelay=200

Installing

Nada especial

Instala los paquetes definidos

npm install

y corre la aplicación

node index > out.txt

Built With

  • async - Para hacer llamadas a Luis en serie.
  • line-by-line - Usado para leer el input file.
  • dotenv - Manejo de variables de entorno.
  • request - Como cliente HTTP.

Authors

  • Luis Izaguirre - @lsizaguirre - GitHub

luis.ai-batch-validator's People

Contributors

lsizaguirre avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.