Skip to content

Commit 34c3a16

Browse files
authored
Update README.md
1 parent d3cac54 commit 34c3a16

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use Convolutional Recurrent Neural Network to recognize the Handwritten line tex
3737
* Only needed the lines images and lines.txt (ASCII).
3838
* Place the downloaded files inside data directory
3939

40-
###### The Trained model is not available right now. You can trained it by yourself.
40+
###### The Trained model is available and download from this [link](https://drive.google.com/file/d/10HHNZPqPQZCQCLrKGQOq5E7zFW5wGcA4/view?usp=sharing). The trained model CER=8.32% and trained on IAM dataset with some additional created dataset.
4141

4242

4343
To Train the model from scratch
@@ -71,8 +71,10 @@ With Correction clothed leaf by leaf with the dioappoistmest
7171
![PredictionOutput](images/PredictionOutput.png?raw=true "Prediction Output on Self Data")
7272

7373
# Further Improvement
74-
* Line segementation can be added for full paragraph text recognition.
74+
* Line segementation can be added for full paragraph text recognition. For line segmentation you can use A* path planning algorithm or CNN model to seperate paragraph into lines.
7575
* Better Image preprocessing such as: reduce backgoround noise to handle real time image more accurately.
7676
* Better Decoding approach to improve accuracy. Some of the CTC Decoder found [here](https://github.com/githubharald/CTCDecoder)
7777

78-
*This is part of my last semester project of Computer Science Program From Tribhuvan University. July 2019*
78+
Feel Free to improve this project with pull Request.
79+
80+
*This is part of my last semester project of Computer Engineering From Tribhuvan University. July 2019*

0 commit comments

Comments
 (0)