https://github.com/akbartus/pyscript-examples
Repository demonstrating examples of PyScript
https://github.com/akbartus/pyscript-examples
opencv pyscript python-in-browser
Last synced: 10 months ago
JSON representation
Repository demonstrating examples of PyScript
- Host: GitHub
- URL: https://github.com/akbartus/pyscript-examples
- Owner: akbartus
- License: mit
- Created: 2024-08-18T14:31:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T04:49:42.000Z (over 1 year ago)
- Last Synced: 2024-11-19T10:36:39.373Z (over 1 year ago)
- Topics: opencv, pyscript, python-in-browser
- Language: HTML
- Homepage: https://pyscript-example.glitch.me/
- Size: 765 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyScript Examples
### **Description / Rationale**
Present repository demonstrates examples created in PyScript to help in learning it as well as to show its capabilities. The repository contains the following examples:
1. Basics
2. Matplotlib related example
3. OpenCV related examples
4. WebCamera related example
5. Fetch examples
6. Editor example
7. SQL and CSV examples
8. SQLite vector database example
It was developed based on the following sources:
* PyScript documentation: https://docs.pyscript.net/2024.8.2/
* PyScript recipes: https://pyscript.recipes/2024.5.2/basic/file-upload/
* Articles by Jeff Glass related to PyScript: https://jeff.glass/tags/pyscript/
* John Hanley's articles related to PyScript: https://www.jhanley.com/blog/contents/
* Various code samples provided by Discord Channel users of PyScript.
* The document scanner example for OpenCV was adapted from Vipul's "Document Scanner" repo: https://github.com/vipul-sharma20/document-scanner
### **Tech Stack**
The project is powered by PyScript and respective python packages.
### **Demo**
Demo: https://pyscript-example.glitch.me/