TPackage for Video and Image Processing, Plotting and AI
First, Open Colab notebook and clone the repository:
!git clone https://github.com/Amirt55/TPackage.git
!cp -r /content/TPackage/tpack /content/
Then, Run the setup.py file
%cd /content/TPackage
!python setup.py
The last stage, Import the modules you want to use and enjoy! for example:
from tpack import vis, trans, filt
For more details, Please check the ReadMe notebook file.
The package is being updated ...