Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devhelpr/pyodide-poc
https://github.com/devhelpr/pyodide-poc
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/devhelpr/pyodide-poc
- Owner: devhelpr
- Created: 2024-07-08T16:57:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T08:00:01.000Z (5 months ago)
- Last Synced: 2024-11-15T12:16:05.202Z (2 months ago)
- Language: JavaScript
- Homepage: https://pyodide-poc.vercel.app
- Size: 48.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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