Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinzunigacuellar/binarization-playground
Image binarization playground running on WASM
https://github.com/kevinzunigacuellar/binarization-playground
Last synced: 21 days ago
JSON representation
Image binarization playground running on WASM
- Host: GitHub
- URL: https://github.com/kevinzunigacuellar/binarization-playground
- Owner: kevinzunigacuellar
- License: mit
- Created: 2022-12-09T04:04:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T21:45:38.000Z (over 1 year ago)
- Last Synced: 2024-10-04T19:48:50.906Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://binarization.kevinzunigacuellar.com
- Size: 717 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image binarization playground
Web application that allows you to play with binarization algorithms using WebAssembly.
![binarization](https://user-images.githubusercontent.com/46791833/209718291-67eee8e3-b48a-4af8-adbe-c081d2e6c81f.png)
## Tech stack
- Platform: [Astro](https://astro.build/)
- Binarization algorithms: [doxa](https://github.com/brandonmpetty/Doxa)
- Package manager: [pnpm](https://pnpm.io/)
- Frontend library: [solid.js](https://solidjs.com/)## Development
To run the application locally fork the repo and run the following commands:
```bash
pnpm install && pnpm dev
```