https://github.com/v-goncharenko/somepytools
PyPI lib with some useful Python tools for DS & ML
https://github.com/v-goncharenko/somepytools
opencv python typing utitilies
Last synced: about 2 months ago
JSON representation
PyPI lib with some useful Python tools for DS & ML
- Host: GitHub
- URL: https://github.com/v-goncharenko/somepytools
- Owner: v-goncharenko
- License: apache-2.0
- Created: 2022-04-02T13:49:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T19:07:21.000Z (over 3 years ago)
- Last Synced: 2025-04-18T08:52:33.202Z (about 1 year ago)
- Topics: opencv, python, typing, utitilies
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Some useful tools for Python [in context of Data Science]
[](https://pypi.org/project/somepytools/)
[](https://pepy.tech/project/somepytools)
[](https://github.com/v-goncharenko/somepytools/blob/master/LICENSE)
[](https://github.com/psf/black)
Here I gather functions that are handful in Data Science & Machine Learning
projects.
All functions are described by their docstrings, rendering documentation is next
step.
## Installation
It's [published on PyPI](https://pypi.org/project/somepytools/), so simply
`pip install somepytools`
## Reference
Modules inclues:
- extended typing module
- common read-write operations for configs
- utils to work with filesystem
- functions to handle videos in opencv
- torch utilities (infer and count parameters)
- even more (e.g. wrapper to convert strings inputs to `pathlib`)
For now it's better to go through the files and look at contents