Skip to content

NNboru/MathBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathbot - B.Tech Final Year Project

(Contributer - Shubham Aswal)

This is out chatbot website, made to interactively help in the computer science domain. We also provide two supplimantry tools -

  • Here you upload a csv file and this tool lets you draw graphs between columns - scatter-plot, pie-chart, bar-graph, histogram and line-plot.
  • Here you can enter any implicit equation of 2 variables x & y (like tan(x*y)=log(x/y)+x) and this tool will plot its graph in euclidean plane.

Working of Mathbot

Mathbot consists of 3 layers -

  • 1st one is a scripted bot layer which provides basic chat functionality (like tell me a joke). This layer can also be interactively updated using our Mathbot-Update webpage.
  • 2nd layer checks if user entered a maths calculation query like calculate log2((3**10)%7) and solves it.
  • 3rd layer uses web-scraping, it proccesses the query, searches it on google and scraps the result for you. It also provides option to further search & scrap from geeksforgeeks and cp-algorithms.

Our Mathbot is waiting for you! Check it out.