Code Monkey home page Code Monkey logo

freshtech-chatbot's Introduction

Chatbot-FreshTech-

It's the mini Website made with the Intention to help Freshers at the beginning or in between development by answering queries via Chatbot, which could be trained via Dialogflow-I have trained it a little, but the scope of training is really high. The beautiful and interactive Website with Chatbot included in it, is named as FreshTech for helping freshers.

Tech and Tool Used.

  • Node
  • HTML,CSS
  • JavaScript
  • JQuery
  • Google Cloud DialogFlow API

Setting up the Environment ๐Ÿ‘จโ€๐Ÿ’ป

  • Ensure You have node installed on your system.
 node -v
  • Install all node packages used.
 npm install
  • Make your account on Google Cloud and create a project on Dialogflow API ES.
  • You need to add your Dialogflow project Credential in the file chatbot-ojbc-d097bb5380b5.json . The format is given below. Here in the empty string, you need to add your project credentials which you can get through your project description on Dialogflow.
  {
    "type": "service_account",
    "project_id": " ",
    "private_key_id": " ",
    "private_key": "-----BEGIN PRIVATE KEY-----\n Your Private key here\n-----END PRIVATE KEY-----\n",
    "client_email": " ",
    "client_id": " ",
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://oauth2.googleapis.com/token",
    "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
    "client_x509_cert_url": " "
  }
  • Now save the file and run the below command in the terminal
 node app.js

Here's the Demo links to see how it will actually work. ๐Ÿ‘‡

Video 1.

Video Title

Video 2.

Video Title

Improvements

There's a lot of scope for improvements and making it more useful by adding in different websites and add the personalised support via chatbot for customers. If you find any idea or want to contribute or facing any issues while running it up on your system contact me. Here's the link to my social profiles.๐Ÿ‘‡

https://heylink.me/TechieMansi/

freshtech-chatbot's People

Watchers

 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.