Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scar17off/first-ocr
My first web-based application that allows users to draw letters and compare them with a dataset to recognize the closest matching letter
https://github.com/scar17off/first-ocr
dataset handwriting-recognition interactive javascript ocr ocr-recognition open-source optical-character-recognition real-time visualization web-application
Last synced: 22 days ago
JSON representation
My first web-based application that allows users to draw letters and compare them with a dataset to recognize the closest matching letter
- Host: GitHub
- URL: https://github.com/scar17off/first-ocr
- Owner: scar17off
- License: mit
- Created: 2024-09-15T18:44:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T18:44:17.000Z (4 months ago)
- Last Synced: 2024-09-15T19:58:26.783Z (4 months ago)
- Topics: dataset, handwriting-recognition, interactive, javascript, ocr, ocr-recognition, open-source, optical-character-recognition, real-time, visualization, web-application
- Language: JavaScript
- Homepage: https://scar17off.github.io/first-ocr/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# First OCR 🎨
![GitHub](https://img.shields.io/github/license/scar17off/first-ocr)
![JavaScript](https://img.shields.io/badge/language-JavaScript-yellow)
![Version](https://img.shields.io/badge/version-1.0-blue)
![GitHub stars](https://img.shields.io/github/stars/scar17off/first-ocr?style=social)
![GitHub forks](https://img.shields.io/github/forks/scar17off/first-ocr?style=social)
![GitHub issues](https://img.shields.io/github/issues/scar17off/first-ocr)
![GitHub pull requests](https://img.shields.io/github/issues-pr/scar17off/first-ocr)
![GitHub last commit](https://img.shields.io/github/last-commit/scar17off/first-ocr)
![GitHub repo size](https://img.shields.io/github/repo-size/scar17off/first-ocr)
![GitHub contributors](https://img.shields.io/github/contributors/scar17off/first-ocr)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/scar17off/first-ocr)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/scar17off/first-ocr)First OCR is my first web-based application that allows users to draw letters and compare them with a dataset to recognize the closest matching letter. ✏️
## Features 🌟
- Interactive canvas for drawing letters 🖌️
- Real-time comparison with a dataset of letters ⏱️
- Visual representation of similarity between drawn letter and dataset 📊
- Erase functionality to clear the canvas 🗑️## Getting Started 🚀
1. Clone the repository: 🖥️
```
git clone https://github.com/scar17off/first-ocr.git
```
2. Open `index.html` in your web browser. 🌐## Usage 🛠️
1. Draw a letter on the canvas using your mouse or touch device. 🖱️
2. The application will automatically compare your drawing with the dataset. 🔍
3. View the similarity scores and the closest matching letter from the dataset. 📈
4. Use the "Erase" button to clear the canvas and start over. 🔄## Contributing 🤝
Contributions are welcome. Please submit a Pull Request. 📥
## License 📄
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. 🔗