Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 3.15 KB

README.md

File metadata and controls

66 lines (48 loc) · 3.15 KB

crypto_chatbot_frt

crypto regulation Chatbot

This project is created under Future Ready Talent-Virtual Microsoft Internship.

Problem Statement: Most of the people don't aware of Cryptocurrency Regulation bill passed by the government.The Bill seeks to prohibit all private cryptocurrencies in India. However by the help of this chat bot people can solve general queries about cryptocurrency trading, taxes, guidelines etc.

Project Description: It as an AI based chat bot. It learns the type of questions you are asking and gives relevant solutions of your queries about cryptocurrency regulation bill.

In this project, core Azure services are used, i.e.,

  1. WebApps
  2. QnA Maker
  3. Azure Bot Services

Testing the bot using Bot Framework Emulator

Bot Framework Emulator is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

  • Install the Bot Framework Emulator version 4.3.0 or greater from here

Connect to the bot using Bot Framework Emulator

  • Launch Bot Framework Emulator
  • File -> Open Bot
  • Enter a Bot URL of http://localhost:3978/api/messages

Deploy the bot to Azure

See Deploy your C# bot to Azure for instructions.

The deployment process assumes you have an account on Microsoft Azure and are able to log into the Microsoft Azure Portal.

If you are new to Microsoft Azure, please refer to Getting started with Azure for guidance on how to get started on Azure.

Further reading