ovi054 commited on
Commit
f3cdadf
1 Parent(s): 30931f5

citation text upd

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -73,19 +73,19 @@ citation_text = """<div>
73
  <a href='https://www.researchgate.net/publication/380009779_Improving_Character_Recognition_in_Bangla_Handwritten_Words_A_Two-Stage_Single_Shot_Detector_Approach' style='text-decoration: none; color: blue;'>https://bit.ly/ResearchGatePaperLink</a></p>
74
  <p>Please cite this paper with BibTeX as follows:</p>
75
  </div>
76
- <div style='background-color: #f0f0f0; padding: 10px; border-radius: 5px;'>
77
- @INPROCEEDINGS{10499463,<br>
78
- &nbsp;&nbsp;author={Pal, Avi and Hasan, Md. Sajid and Masudul Ahsan, Sk. Md.},<br>
79
- &nbsp;&nbsp;booktitle={2024 International Conference on Advances in Computing, Communication, Electrical, and Smart Systems (iCACCESS)}, <br>
80
- &nbsp;&nbsp;title={Improving Character Recognition in Bangla Handwritten Words: A Two-Stage Single Shot Detector Approach}, <br>
81
- &nbsp;&nbsp;year={2024},<br>
82
- &nbsp;&nbsp;volume={},<br>
83
- &nbsp;&nbsp;number={},<br>
84
- &nbsp;&nbsp;pages={1-6},<br>
85
- &nbsp;&nbsp;keywords={YOLO;Deep learning;Image segmentation;Handwriting recognition;Image recognition;Optical character recognition;Transfer learning;Machine learning;Image Processing and Computer Vision;Optical character recognition;Tensorflow;MobileNetV2;Convolutional Neural Network;Single Shot Detector},<br>
86
- &nbsp;&nbsp;doi={10.1109/iCACCESS61735.2024.10499463}}<br>
87
- </div>
88
- """
89
 
90
  #import more
91
  import tensorflow as tf
 
73
  <a href='https://www.researchgate.net/publication/380009779_Improving_Character_Recognition_in_Bangla_Handwritten_Words_A_Two-Stage_Single_Shot_Detector_Approach' style='text-decoration: none; color: blue;'>https://bit.ly/ResearchGatePaperLink</a></p>
74
  <p>Please cite this paper with BibTeX as follows:</p>
75
  </div>
76
+ <div>
77
+ <pre><code style="overflow-x: auto;">@INPROCEEDINGS{10499463,
78
+ author={Pal, Avi and Hasan, Md. Sajid and Masudul Ahsan, Sk. Md.},
79
+ booktitle={2024 International Conference on Advances in Computing, Communication, Electrical, and Smart Systems (iCACCESS)},
80
+ title={Improving Character Recognition in Bangla Handwritten Words: A Two-Stage Single Shot Detector Approach},
81
+ year={2024},
82
+ volume={},
83
+ number={},
84
+ pages={1-6},
85
+ keywords={YOLO;Deep learning;Image segmentation;Handwriting recognition;Image recognition;Optical character recognition;Transfer learning;Machine learning;Image Processing and Computer Vision;Optical character recognition;Tensorflow;MobileNetV2;Convolutional Neural Network;Single Shot Detector},
86
+ doi={10.1109/iCACCESS61735.2024.10499463}}
87
+ </code></pre>
88
+ </div>"""
89
 
90
  #import more
91
  import tensorflow as tf