Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devhelpr/pyodide-poc


https://github.com/devhelpr/pyodide-poc

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Python pyodiode typescript integration

- Bias detection tool example using pyodide, vite, react, web worker and typescript.

## Installation

- npm run install
- npm run dev

## Info

See https://pyodide.org/en/stable/usage/working-with-bundlers.html

## TODO

- run the python code on init with dummy data to improve startup performance

- implement upload control for data
- implement table view of data
- implement column selection for bias detection
- implement visualisation of data

- implement better typescript types for worker communication and improve usePython hook
- implement better error handling