PRE-ALPHA STATE
Make your AI models interactive in no time. Easy to use examples and components for the Jupyter Notebook, your favorite Editor/ IDE and your next AI App.
Paithon is Panel AI Tools with Humor ON. Get started now!
Jupyter Labs | Apps |
---|---|
With pip
pip install paithon
From within a Jupyter Notebook
import paithon as pa
import panel as pn
pn.extension()
Guide | Notebook | Jupyter Labs | Apps |
---|---|---|---|
DocStringViewer | View | ||
ImageInput | View |
I believe that Panel is a very flexible and powerful tool compared to the other python ML app frameworks out there. I believe it can give you and your AI team super powers.
So I started this project to help you and the Panel framework. As a bonus I will learn more about AI.
The paithon
package and repository is open source and free to use (MIT License).
I find inspiration at
When I get the time I would like to
- Support common input types and tasks in ML and DL.
- Implement Panel versions of the Hugging Face widgets
- Show that Panel can easily do what Gradio can and so much more.
- Add badges for 100% test coverage etc.
- Distribute as conda package
- 0.0.3: Fix some broken links
- 0.0.2: Add ImageInput and DocStringViewer
- 0.0.1: First Version