├── README.md ├── images ├── Screenshot from 2020-08-29 09-16-30.png ├── Screenshot from 2020-08-29 09-16-42.png ├── Screenshot from 2020-08-29 09-16-52.png ├── Screenshot from 2020-08-29 09-17-05.png ├── Screenshot from 2020-08-29 09-17-27.png └── image-data.png ├── model └── c.txt └── src ├── CRNN.ipynb ├── pre_Preprocessing.ipynb └── predict_outputs.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/README.md -------------------------------------------------------------------------------- /images/Screenshot from 2020-08-29 09-16-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/images/Screenshot from 2020-08-29 09-16-30.png -------------------------------------------------------------------------------- /images/Screenshot from 2020-08-29 09-16-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/images/Screenshot from 2020-08-29 09-16-42.png -------------------------------------------------------------------------------- /images/Screenshot from 2020-08-29 09-16-52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/images/Screenshot from 2020-08-29 09-16-52.png -------------------------------------------------------------------------------- /images/Screenshot from 2020-08-29 09-17-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/images/Screenshot from 2020-08-29 09-17-05.png -------------------------------------------------------------------------------- /images/Screenshot from 2020-08-29 09-17-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/images/Screenshot from 2020-08-29 09-17-27.png -------------------------------------------------------------------------------- /images/image-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/images/image-data.png -------------------------------------------------------------------------------- /model/c.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/CRNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/src/CRNN.ipynb -------------------------------------------------------------------------------- /src/pre_Preprocessing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/src/pre_Preprocessing.ipynb -------------------------------------------------------------------------------- /src/predict_outputs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rjnp2/Text-Recognition-using-Deep-Learning/HEAD/src/predict_outputs.ipynb --------------------------------------------------------------------------------