Code Monkey home page Code Monkey logo

ocr_model's Introduction

Own OCR(Optical Character Recognization) Model

In this project i'm going to create my own well trained ocr model that will capable to decrypt dr. hand's written prescriptions.

Resource that i use:

1. TensorFlow
2. Python
3. Anaconda
4. OpenAi

The Important Question is How can i create my own model?


Answer:Creating your own OCR model invlove several steps, including gathering & preparing data, training a model, and evaluating its performance

1. Data Collection:

Gather a large dataset of images with text. The images should be representative of the data your model will be working with in production.

2. Data Labeling:

Label the data with the correct text. This can be a time-consuming process, but it's crucial for supervised learning.

4. Model Selection:

Choose a model architecture. Convolutional Neural Networks (CNNs) are commonly used for image-based tasks, and Long Short-Term Memory networks (LSTMs) are often used for sequence prediction like in OCR.

5. Training:

Train the model on your labeled data. This will likely involve splitting your data into a training set and a validation set, choosing an optimizer and loss function, and running the training process for a certain number of epochs.

6. Evaluation:

Evaluate the model's performance on a test set of images that it hasn't seen during training.

ocr_model's People

Contributors

debangan202ok avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.