MY Projects

  1. Handwritten Equation Solver

    • A neural network model built to solve simple handwritten mathematical equations such as addision, subtraction, multiplization etc.
    • The equation written on the front end on the canvas is passed as a image to the CNN Model and the model trained solves the equation as per the input.
    • The result of the identified equation is shown on the front end.
    • Research paper for the topic
  2. Toxic Comment Detection on social media

    • Social Media is full of posts nowadays. But the comment section is not always monitored.
    • This model helps in detecting the comments. The comments are classified into 5 categories such as toxic, severely toxic, hatred, etc
    • The purpose of this project is to filter the toxic comments on social media.