Tag: Machine learning
All the articles with the tag "Machine learning".
Building an Image-to-Text Converter with Handwritten Text Recognition
Updated: at 09:11 AMThis project is a Flask-based web application that allows users to upload images containing text, which is then converted into digital text. The real challenge lies in enabling the app to accurately recognize handwritten text. To achieve this, I trained a custom model using PyTorch, focusing on a Convolutional Recurrent Neural Network (CRNN) architecture to handle the complexity of handwritten characters.
My Pytorch Learning Process
Updated: at 09:11 AMWelcome to my journey of learning PyTorch! This Blog documents my progress, insights, and projects as I delve into the world of deep learning using PyTorch.