Skip to content

In this project, texts in the images is recognized using logistic regression analysis.

Notifications You must be signed in to change notification settings

Santosh766/Text-recognition-from-the-images.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Text-recognition-from-the-images.

In this project, hand written digit in the images is recognized using logistic regression analysis,

Following libraries and tools are used in this project:

  1. Importing the required libraries
  2. Loading the digits dataset from sklearn.datasets
  3. Spliting the dataset into train and test segments for training and testing the model
  4. Predicting the accuracy of the model using score method
  5. Visualizing the model's predicted and testing values in the form of confusion matrix.
  6. Check the model for its failure using Confusion matrix

Confuison Matrix

image

About

In this project, texts in the images is recognized using logistic regression analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published