paithon

🧠 Make your AI models interactive in no time.

MIT License

Downloads
80
Stars
6
Committers
2

🧠 Paithon

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
Binder Binder

πŸƒ Getting Started

With pip

pip install paithon

From within a Jupyter Notebook

import paithon as pa
import panel as pn

pn.extension()

πŸ‘©β€πŸ« Reference Guides

Guide Notebook Jupyter Labs Apps
DocStringViewer View Binder Binder
ImageInput View Binder Binder

🏁 Background

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.

βš–οΈ License

The paithon package and repository is open source and free to use (MIT License).

πŸ’‘ Inspiration

I find inspiration at

πŸ›£οΈ Roadmap

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

πŸ“° Change Log

  • 0.0.3: Fix some broken links
  • 0.0.2: Add ImageInput and DocStringViewer
  • 0.0.1: First Version