Skip to content

Commit

Permalink
Merge pull request #690 from Sgvkamalakar/main
Browse files Browse the repository at this point in the history
Handwritten Equation Solver using DL with Web App
  • Loading branch information
abhisheks008 authored Jun 2, 2024
2 parents e7f9486 + 4c443cc commit 0b534f9
Show file tree
Hide file tree
Showing 28 changed files with 2,318 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Handwritten Equation Solver/Dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Handwritten Equation Solver - Dataset

The dataset used for training and testing the models can be accessed from the following sources:
- [Direct Download](https://cainvas-static.s3.amazonaws.com/media/user_data/Yuvnish17/data.zip)
- [Kaggle Dataset](https://www.kaggle.com/datasets/xainano/handwrittenmathsymbols/data)
28 changes: 28 additions & 0 deletions Handwritten Equation Solver/Images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Handwritten Equation Solver - Images

This folder contains images used in the Jupyter notebooks for visualizations and analysis related to handwritten equation solver and streamlit application.

**Math characters recognized using CNN 👇🏻**

![img7](https://github.com/abhisheks008/DL-Simplified/assets/103712713/d6470e02-b5a7-4243-a007-bc0331c8f93e)

----

**Visual representation of the CNN model's performance through Confusion Matrix**

![img3](https://github.com/abhisheks008/DL-Simplified/assets/103712713/aeadc8bd-e6ad-4538-b929-cfd603a562df)


----


**Visual representation of the RNN model's performance through Confusion Matrix**

![img5](https://github.com/abhisheks008/DL-Simplified/assets/103712713/354867a3-4afb-4361-825a-8ff661228da9)

----

**Streamlit Interface**

![image](https://github.com/Sgvkamalakar/Hand-Written-Equation-Solver/assets/103712713/aa618778-7d44-4665-877d-24221182f673)

Binary file added Handwritten Equation Solver/Images/img1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/img2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/img3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/img4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/img5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/img6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/img7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/res1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/res2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/test1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/test2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/test3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/test4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/test5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Handwritten Equation Solver/Images/test6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0b534f9

Please sign in to comment.