Posts

Create a Simply chat bot easily no coding skills required

Image
Create a Simply chatbot easily no coding skills required ( Using Dialogflow and  Botcopy ) Introduction : - In this tutorial, you will learn to create a chatbot that can be added to any of your web pages. This article is  divided into Two parts:- PART-1 :- Explains you how to create a chatbot using DialogFlow. PART-2 :- Explains how to add chat bot created in DialogFlow to any webpage using BotCopy.  PART-1 Step 1:- visit  https://dialogflow.cloud.google.com/   login using your google account Step 2:- If your signing  in for the first time give access for dialog flow to use your details from google account. Then click on next  after successful sign in you will see the below screen.   Step 3:- Click on create agent will open.         Give the name to your agent         Google project > select > create a new Google project.          Click on create.   Step 4:- When Agent is successfully created. St

Graphical view of coronavirus live updates - Using python

Image
Web Scraping data from a Table in Web Page using python   (Graphical view of coronavirus live updates - Using python ) In this article, we are going to extract data from the table in a website ( https://www.worldometers.info/coronavirus/ )    and store it into a CSV or JSON and visualize using D3.js What is web scraping? In simple terms, it is the process of gathering information or data from different webpages (HTML sources). The information or data thus gathered can be used in building datasets or databases for different applications like (Data Analysis, Building a price comparison application, etc.    ) Prerequisite:-   1.       Basic understanding of Python 3.0 programming. 2.       Python 3.0 or above installed in your pc(Don’t forget to ADD python to the path while installing). Libraries we are using:- 1.      BeautifulSoup. 2.      Pandas. 3.      Requests. The following are the steps to proceed with the project. Step-1:-     Creating the