Skip to content

mansi2024/FreshTech-Chatbot

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published