Showing 52 open source projects for "handwritten"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    SimpleHTR

    SimpleHTR

    Handwritten Text Recognition (HTR) system implemented with TensorFlow

    ...The repository provides code for training models, performing inference on handwritten text images, and evaluating recognition accuracy. SimpleHTR is commonly used as an educational example for understanding how modern handwriting recognition systems operate.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    DeepSeek-OCR

    DeepSeek-OCR

    Contexts Optical Compression

    ...The system treats OCR not simply as “read the text” but as “understand what the text is doing in the image”—for example distinguishing captions from body text, interpreting tables, or recognizing handwritten versus printed words. It supports local deployment, enabling organizations concerned about privacy or latency to run the pipeline on-premises rather than send sensitive documents to third-party cloud services. The codebase is written in Python with a focus on modularity: you can swap preprocessing, recognition, and post-processing components as needed for custom workflows.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    DrawDB

    DrawDB

    Free, simple, and intuitive online database diagram editor

    ...The editor supports conveniences like snapping, alignment guides, column type presets, and notes to capture design intent. By centering schema modeling in a fast, approachable UI, drawDB reduces the back-and-forth between whiteboards, spreadsheets, and handwritten SQL.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 4
    HunyuanOCR

    HunyuanOCR

    OCR expert VLM powered by Hunyuan's native multimodal architecture

    ...Despite being fairly lightweight (about 1 billion parameters), it delivers state-of-the-art performance across a wide variety of OCR tasks, outperforming many traditional OCR systems and even other multimodal models on benchmark suites. HunyuanOCR handles complex documents: multi-column layouts, tables, mathematical formulas, mixed languages, handwritten or stylized fonts, receipts, tickets, and even video-frame subtitles. The project provides code, pretrained weights, and inference instructions, making it feasible to deploy locally or on a server, and to integrate with applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Handcalcs

    Handcalcs

    Python library for converting Python calculations into rendered latex

    Handcalcs is a Python library that auto-renders calculation code in Jupyter notebooks or LaTeX documents with step-by-step symbolic substitution, giving output a “handwritten” feel. It supports cell magics and auto-LaTeX generation via configurable output options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Chandra

    Chandra

    OCR model for complex documents with layout-aware structured outputs

    Chandra is an advanced OCR model designed to extract and structure information from complex documents such as tables, forms, handwritten notes, and mathematical content. It focuses on preserving full document layout, meaning that extracted text is accompanied by positional metadata like bounding boxes for each element. Chandra supports multiple output formats including Markdown, HTML, and JSON, making it suitable for downstream processing and integration into data pipelines.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    MiniSom

    MiniSom

    MiniSom is a minimalistic implementation of the Self Organizing Maps

    MiniSom is a minimalistic and Numpy-based implementation of the Self Organizing Maps (SOM). SOM is a type of Artificial Neural Network able to convert complex, nonlinear statistical relationships between high-dimensional data items into simple geometric relationships on a low-dimensional display. Minisom is designed to allow researchers to easily build on top of it and to give students the ability to quickly grasp its details. The project initially aimed for a minimalistic implementation of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Andrew NG Notes Collection

    Andrew NG Notes Collection

    This is Andrew NG Coursera Handwritten Notes

    Andrew-NG-Notes is a repository that provides comprehensive study notes for Andrew Ng’s widely known machine learning course. The project summarizes the key topics covered in the course, including supervised learning, neural networks, optimization algorithms, and model evaluation techniques. The notes aim to simplify complex mathematical explanations by organizing concepts into clear sections with diagrams, formulas, and concise descriptions. Each chapter mirrors the structure of the course...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    tabler

    tabler

    Tabler is free and open-source HTML Dashboard UI Kit

    Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern, user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful! We've created this admin panel for everyone who wants to create templates based on our pre-made components. Our...
    Downloads: 26 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    deepdoctection

    deepdoctection

    A Repo For Document AI

    DeepDoctection is a document AI framework that applies deep learning techniques to analyze and extract structured data from scanned documents, PDFs, and images. deepdoctection is a Python library that orchestrates document extraction and document layout analysis tasks using deep learning models. It does not implement models but enables you to build pipelines using highly acknowledged libraries for object detection, OCR and selected NLP tasks and provides an integrated frameworks for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    derive(Error)

    derive(Error)

    derive(Error) for struct and enum error types

    ...The goal is to enable library authors to build expressive, typed error types, with readable Display implementations (via #[error("...")] annotations) as well as From conversions (#[from]), source tracking (#[source]), and optionally backtraces. It is designed so that switching from handwritten error implementation to using this error is not a breaking change: you retain the same API. The README shows examples: an enum with variants annotated by #[error("…")] and #[from] fields to derive the appropriate trait impls. The crate expects rustc ≥ 1.68+. The README also outlines how you choose; use thiserror if you care about designing your own error-types (e.g., for libraries) vs anyhow for applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TypeSpec

    TypeSpec

    Language for defining cloud service APIs and shapes

    TypeSpec is a language for defining cloud service APIs and shapes. TypeSpec is a highly extensible language with primitives that can describe API shapes common among REST, OpenAPI, gRPC, and other protocols. TypeSpec is excellent for generating many different API description formats, client and service codes, documentation, and many other assets. All this while keeping your TypeSpec definition as a single source of truth. Using TypeSpec, you can create reusable patterns for all aspects of an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    溫度日記 Hearty Journal

    溫度日記 Hearty Journal

    療癒系心情日記 App

    ...Securely record your thoughts, feelings, ideas and private moments with the ease of writing on a pad of paper. Its aesthetic looks like a piece of notebook paper with handwritten words on it. Also, beautiful themes, lovely journal stickers and luxury fonts are available in the app. Hearty Journal works on both your computer and phone (Windows, macOS, iOS and Android are supported). Moreover, to keep your memories safe, entries will be encrypted synced to the cloud for backup. A sanctuary for your mind and soul, Hearty Journal will help pour your feelings/brain dump, increase your positive energy, be more grateful and a calmer mind by building healthy thinking through journaling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AdminKit

    AdminKit

    AdminKit is a free & open-source HTML dashboard & admin template

    ...Our themes are working perfectly with Chrome, Firefox, Safari, Opera, and Edge. We're working hard to support them. We strictly follow Bootstrap's guidelines to make your integration as easy as possible. All code is handwritten. AdminKit, and all third-party libraries used in the admin template, do not require jQuery as a dependency. From time to time you'll receive an update containing new components, improvements, and bugfixes.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15

    Digital Signature For Contact Form 7

    can add multiple signature pads in your contact form 7

    A digital signature is an electronic equivalent of a handwritten signature. It is a cryptographic mechanism used to verify the authenticity and integrity of digital messages, documents, or data. Digital signatures use a combination of public and private keys to provide an unforgeable seal that can only be generated by the original sender and verified by the recipient. Contact Form 7 and Its Significance Contact Form 7 is one of the most popular and user-friendly WordPress plugins that allows website owners to create and manage multiple contact forms with ease. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Knet

    Knet

    Koç University deep learning framework

    Knet.jl is a deep learning package implemented in Julia, so you should be able to run it on any machine that can run Julia. It has been extensively tested on Linux machines with NVIDIA GPUs and CUDA libraries, and it has been reported to work on OSX and Windows. If you would like to try it on your own computer, please follow the instructions on Installation. If you would like to try working with a GPU and do not have access to one, take a look at Using Amazon AWS or Using Microsoft Azure. If...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Digital Signature Checkout Woocommerce

    Digital Signature checkout for WooCommerce Plugin is one of the best

    A digital signature is the electronic equivalent of a handwritten signature or a stamped seal, but it offers far more security and traceability. It is a cryptographic method used to ensure the integrity, authenticity, and non-repudiation of digital documents, messages, or transactions. By using digital signatures in the checkout process, businesses can significantly enhance security and build trust with their customers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Fashion-MNIST

    Fashion-MNIST

    A MNIST-like fashion product database

    ...Because the dataset represents real-world objects rather than handwritten digits, it offers a more challenging benchmark for testing machine learning algorithms.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    A tool for displaying scanned musical sheets The music scrolls as a continuous stream over the PC screen. The position of the staves on the page are automatically detected. Repetitions in the piece can be easily configured.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SYSU-OpenEdgeAI

    A public account displaying works from SYSU-OpenEdgeAI Club

    ...Until 2020-12-27, we have already upload three projects: 1. ov_carplate.zip is a car plate recognition project based on Zedboard Zynq-7000. 2. mnist_hls.zip is a realization of Lenet for MNIST handwritten digit recognition using Vivado hls tool. 3. rapidlayout.zip is an end-to-end hard block placement and routing flow for systolic accelerators on FPGA, RapidLayout. It is the sourcecode of our paper:https://ieeexplore.ieee.org/document/9221566 . If you have any question about our projects, please leave reviews and contact us!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Shift Time Calculator

    Shift Time Calculator

    Calculates Shift Times

    Calculates Shift Times - Really handy, if like me you struggle with those quarter to the hour and quarter past the hour starts and finishes. Includes break times, just enter how long you took for that break. Medics, Steelworkers, and anyone who works shifts may find this handy. Written in java (Open JDK 11), this will work on Linux, Mac and Windows as long as you have a Java Runtime environment installed. Windows installer with bundled java runtime environment for those without...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Machine-Learning-Notes

    Machine-Learning-Notes

    Zhou Zhihua's "Machine Learning" push notes

    The Machine-Learning-Notes repository contains detailed handwritten-style study notes based on the popular machine learning textbook by Zhou Zhihua. The project focuses on deriving formulas and explaining algorithms step by step so that learners can understand the mathematical foundations behind machine learning methods. The notes span sixteen chapters that cover a wide range of topics, including model evaluation, linear models, decision trees, neural networks, support vector machines, Bayesian classifiers, ensemble methods, clustering, dimensionality reduction, and reinforcement learning. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tensorflow and deep learning

    Tensorflow and deep learning

    A crash course in six episodes for software developers

    ...The repository covers core neural network concepts such as weights, biases, activation functions, and gradient descent, as well as more advanced techniques like convolutional networks, recurrent networks, and reinforcement learning. It includes multiple hands-on projects, such as handwritten digit recognition, airplane detection in images, and text generation using recurrent neural networks, which demonstrate how different architectures solve real-world problems.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24

    jpeg2pdf

    Create PDF from JPEG scans and photos

    Cross-platform command-line tool for creation of PDF documents from scans/photos of pages in JPEG (.jpg) format and the lightest weight ANSI C library to put multiple JPEG files into one PDF file. You can add handwritten comments to PDF scans (over original images) with xournal: http://xournal.sourceforge.net/ It supports graphics tablets and saves comments to PDFs as vector data.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 25
    updownreader

    updownreader

    Open source program for efficiently processing 50% von Frey thresholds

    ...Templates for each species are provided along with the application. Given a PDF input, the software identifies and extracts the grid of von Frey assessment tables, recognizes the handwritten sequences entered in each of them, and computes the 50% response thresholds according to the selected species and stimulus. The computed values for each animal is reported on the interface; the output can be saved to a csv file. Video demo of the app: https://youtu.be/8FoewC7IAUk ** For Windows users: 1. Install GhostScript. 2. ...
    Downloads: 26 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB