ovi054 commited on
Commit
8ee71ce
1 Parent(s): 7f94752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -9
app.py CHANGED
@@ -77,16 +77,14 @@ citation_text = """<div>
77
  <p>Please cite this paper with BibTeX as follows:</p>
78
  </div>
79
  <div>
80
- <pre><code style="overflow-x: auto;">@INPROCEEDINGS{10499463,
81
- author={Pal, Avi and Hasan, Md. Sajid and Masudul Ahsan, Sk. Md.},
82
- booktitle={2024 International Conference on Advances in Computing, Communication, Electrical, and Smart Systems (iCACCESS)},
83
- title={Improving Character Recognition in Bangla Handwritten Words: A Two-Stage Single Shot Detector Approach},
 
84
  year={2024},
85
- volume={},
86
- number={},
87
- pages={1-6},
88
- 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},
89
- doi={10.1109/iCACCESS61735.2024.10499463}}
90
  </code></pre>
91
  </div>"""
92
 
 
77
  <p>Please cite this paper with BibTeX as follows:</p>
78
  </div>
79
  <div>
80
+ <pre><code style="overflow-x: auto;">@inproceedings{pal2024improving,
81
+ title={Improving Character Recognition in Bangla Handwritten Words: A Two-Stage Single Shot Detector Approach},
82
+ author={Pal, Avi and Hasan, Md Sajid and Ahsan, Sk Md Masudul},
83
+ booktitle={2024 International Conference on Advances in Computing, Communication, Electrical, and Smart Systems (iCACCESS)},
84
+ pages={1--6},
85
  year={2024},
86
+ organization={IEEE}
87
+ }
 
 
 
88
  </code></pre>
89
  </div>"""
90