Skip to content

Solving computer generated image captcha using tensorflow object detection api.

License

Notifications You must be signed in to change notification settings

rtharungowda/Captcha-solver-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha-solver-tensorflow

Solving computer generated image captcha using tensorflow object detection api and faster rcnn inception v2coco.

Object detection is the process of finding instances of real-world objects such as faces, buildings, and bicycle in images or videos. Object detection algorithms typically use extracted features and learning algorithms to recognize instances of an object category. It is commonly used in applications such as image retrieval, security, surveillance, and advanced driver assistance systems (Self-driving cars).


Tensorflow is an open-source deep learning framework created by Google Brain. Tensorflow’s Object Detection API is a powerful tool which enables everyone to create their own powerful Image Classifiers. No coding or programming knowledge is needed to use Tensorflow’s Object Detection API. But to understand it’s working, knowing python programming and basics of machine learning helps.

Link to download tensorflow object detection api:

https://github.com/tensorflow/models

Link to setup environment for tensorflow object detection api:

https://www.geeksforgeeks.org/ml-training-image-classifier-using-tensorflow-object-detection-api/

Link to vedios series explaining the step by step procedure for captcha solver:

https://www.youtube.com/watch?v=4D5RN2yKlG4&list=PLbMO9c_jUD456277j2fHAUip19xfxIAx0