Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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])