Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 3.51 KB

README.md

File metadata and controls

77 lines (48 loc) · 3.51 KB

Paithon Logo

PyPI version Downloads Python Versions PyPI - License Style Black

Follow on Twitter

🧠 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

Paithon Tour

🏃 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