nodejavascript / inputresponse-alpha-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Forks Stargazers Issues Contributors LinkedIn

Logo
nodejavascript.com

inputresponse-alpha-api

Apollo GraphQL Neural Network Engine

Explore the code »

DEMO · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

This GraphQL API is used to train neural networks and swiftly respond to client inference-requests thereby providing easy access to AI with the benefits of graph reporting.

See client-side inputresponse-alpha-client to enable or archive:

  • Neural Networks

    • neuralNetworks
    • neuralNetwork
    • neuralNetworkModel
    • insertNeuralNetwork
    • updateNeuralNetwork
    • requestNewApiKey
  • Memory

    • memoryNeuralNetworksAdmin
    • memoryNeuralNetworks
    • trainNeuralNetwork
  • Clients

    • samplingClients
    • samplingClient
    • insertSamplingClient
    • updateSamplingClient
  • Models

    • modelSamples
    • ModelSample
    • insertModelSample apiKey is used
    • updateModelSample

This project is under active development.

More about my insights will follow my article.

Built With

Getting Started

Use NodeJS to run your own running API inputresponse-alpha-api

inputresponse-alpha-client was developed as an open-source utility for its project and uses Google Auth here, here and here to verify some API requests.

This project is not stripped of:

  • legacy code nor seemingly deprecated code that remains commented
  • code that seems strange but there is a future reason for it
  • hard coded routing key/values in this client that will be removed when the data can be requested from the API instead.

Prerequisites

An entity that likes to blend GraphQL with ML and AI

Installation

  1. Run locally
    npm i && npm start

(back to top)

Contributing

Contributions are welcome.

License

See LICENSE for more information.

Contact

Acknowledgments

(back to top)

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 91.9%Language:Pug 5.3%Language:CSS 2.0%Language:Shell 0.8%