Spaces:
Running
Running
citation text upd
Browse files
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
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
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
|