MyPyUtils
a python package of my Python utilities
you can install this package in your virtual environment using the following:
$ pip install git+https://github.com/minajamshidi/my_python_utils.git
and import it with:
import mypyutils
-
The package covers functions and classes for machine learning, and signal processing, and more general purposes.
-
The covered applications are:
- MEG/EEG data processing (building on MNE Python and Scipy.signal)
- Histopathological images (building on openslide, skimage)
- Deep learning utilities (building on PyTorch)
Modules
import mypyutils.tools_signal as mysignal
- to be completed....
Notes
- I use this package in my 'daily' coding, and will constantly update it with new functionalities and improvements / corrections.
License
MIT License
- Please feel fee to use the codes, and also to suggest improvements or corrections.
- Please mention this repository in your codes, where you use functions and classes from this repository.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
©️ Mina Jamshidi, 2022
https://github.com/minajamshidi/
📧 minajamshidi91@gmail.com