Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xbotter/PaddleSharp.KernelMemory
Using PaddleSharp as an OCR engine in kernel memory.
https://github.com/xbotter/PaddleSharp.KernelMemory
Last synced: about 1 month ago
JSON representation
Using PaddleSharp as an OCR engine in kernel memory.
- Host: GitHub
- URL: https://github.com/xbotter/PaddleSharp.KernelMemory
- Owner: xbotter
- License: mit
- Created: 2024-01-07T09:39:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-18T11:29:55.000Z (11 months ago)
- Last Synced: 2024-08-01T13:18:38.509Z (4 months ago)
- Language: C#
- Size: 278 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-semantickernel - PaddleSharp.KernelMemory
README
# PaddleSharp.KernelMemory
This project demonstrates how to use PaddleSharpOcr as a custom OCR engine in KernelMemory.
## References
- [PaddleSharp](https://github.com/sdcb/PaddleSharp)
- [KernelMemory](https://github.com/microsoft/kernel-memory)