Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```