Spaces:
Sleeping
Sleeping
File size: 1,215 Bytes
a179bb8 c9eb378 a179bb8 2806aea a179bb8 c9eb378 a179bb8 c9eb378 a1a37bc c9eb378 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
title: Gregg Shorthand Recognition
emoji: 🖋️
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.20.0
app_file: app.py
pinned: false
license: mit
tags:
- gregg-shorthand
- handwriting-recognition
- ocr
- stenography
- historical-documents
- computer-vision
- pytorch
models:
- a0a7/gregg-recognition
---
# Gregg Shorthand Recognition Space
This is an interactive demo for recognizing Gregg shorthand notation from images.
## How to Use
Upload an image containing Gregg shorthand notation and submit
## Model Information
This demo uses the Gregg Recognition model trained specifically for Gregg shorthand notation. The model combines:
- Convolutional Neural Networks (CNN) for feature extraction
- Long Short-Term Memory (LSTM) networks for sequence modeling
- Advanced pattern recognition techniques
- Specialized preprocessing for shorthand symbols
## Technical Details
- **Model Type**: Image-to-Text Recognition
- **Architecture**: CNN-LSTM with Pattern Database
- **Input Size**: 256x256 pixels
- **Framework**: PyTorch
- **Preprocessing**: Grayscale conversion, normalization
## Repository
Source code and model details: [GitHub Repository](https://github.com/a0a7/GreggRecognition)
|