Code Monkey home page Code Monkey logo

hsbc_bot's Introduction

ChatBot pour HSBC

Stack

Data

Pour apprendre un model l'algorithme a besoin de données. Il se connecte à une API qui gère les intents et leurs utterances. Elle permet également d'enregistrer les feedbacks des utilisateurs. L'API doit être disponible et connecté à la base de données. Suivre le README du repository

Pour ajouter des intents vous pouvez utiliser le fichier data.json en envoyant son contenu comme body d'une reqête POST à l'URL https://{votre-nom-d-app-heroku}.herokuapp.com/intents. Vous pouvez utilisé le logiciel Postman ou curl pour se faire.

ATTENTION: Pour pouvoir utiliser les feedbacks vous devez ajouter deux intents manuellement via l'interface web en cochant 'FEEDBACK YES' pour l'intent OUI et 'FEEDBACK NO' pour l'intent NON.

Deployment

Pour déployer sur une instance d'EC2 il vous suffit:

  • De vous connectez en ssh à cette instance
  • D'installez Docker
  • D'installer git et de clone ce repository
  • Puis de run deux commandes dans la racine du dossier cloné
    • docker build -t hsbc-bot .
    • docker run -t hsbc-bot

hsbc_bot's People

Contributors

louisplt avatar tranbenoit avatar

Watchers

James Cloos 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.