Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imamhs/shuddo
A data processing and analysing library
https://github.com/imamhs/shuddo
analysing-library artificial-intelligence data-analysis data-mining data-science filters machine-learning numerical-analysis postprocessing signal-processing
Last synced: about 2 months ago
JSON representation
A data processing and analysing library
- Host: GitHub
- URL: https://github.com/imamhs/shuddo
- Owner: imamhs
- License: other
- Created: 2019-11-25T17:47:38.000Z (about 5 years ago)
- Default Branch: Up
- Last Pushed: 2024-02-28T12:47:43.000Z (10 months ago)
- Last Synced: 2024-02-29T03:26:51.286Z (10 months ago)
- Topics: analysing-library, artificial-intelligence, data-analysis, data-mining, data-science, filters, machine-learning, numerical-analysis, postprocessing, signal-processing
- Language: Python
- Homepage:
- Size: 947 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Shuddo - A clean data processing and analysing library
I was hoping to make an efficient and smart numerical data processing library in Python for Engineers. Hopefully, I would create and add more and more functions for everyone to benefit from. I made everything from scratch based on my fundamental knowledge and observations in numerical data. This library is written using built-in Python functions so no external libraries are needed. See some examples below :)
![Data cleaning](examples/clean_data.png)
![Height values](examples/high.png)
![High Low values](examples/highlow1.png)
![Boundary detection](examples/boundary.png)
![Groups finding](examples/groups_finding.png)
![Groups finding1](examples/cluster_finding.png)
![Signal filtering](examples/aggravate_filter.png)
![picking points](examples/uniform_spread.png)To use, just include shuddo directory into your project.
*For usages and applications restrictions please refer to LICENSE.txt*
Cheers!
Imam Hossain ([email protected])