Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.44 KB

PyScript Examples

Note: PyScript is under active development, and some aspects of this tutorial may change in the future. Please refer to the PyScript documentation for the latest updates.

This repository contains basic examples demonstrating the usage of PyScript. Each example provides hands-on exercises to help you understand PyScript's capabilities.

Example 1 - Image manipulation and processing

Go to Example 1

Example 2 - Deploying ML model

Go to Example 2

How to Run the Examples

To run the examples, you can use the http.server module from the Python standard library.

python3 -m http.server

This command will start a simple HTTP server, allowing you to access the examples in your browser.

Contributors

Feel free to contribute to this project by submitting pull requests or creating issues. We appreciate your support and feedback!

For detailed documentation and further information, please visit pyscript.net.