Projects with this topic
-
ZigStr - A comprehensive Unicode string library for Zig with SSO, full Unicode normalization (NFC/NFD/NFKC/NFKD), text segmentation, collation, regex, fuzzy matching, and support for legacy encodings (CJK, Windows code pages, ISO-8859)
Updated -
This is a study project built using FastAPI to practice microservice architecture, data normalization techniques, and clean API design.
The service receives raw payloads from different simulated sources and transforms them into a standardized and validated structure.
It centralizes normalization logic and demonstrates how to build a scalable, maintainable, and test-friendly data processing layer.
Updated -
Several tools for audio manipulation
Updated -
Python package to normalize text for speech-language models using different libraries.
Updated -
An Open Educational Resource (OER) to refresh prior knowledge about functional dependencies (FDs) and normalization of relational database schemata.
Updated -
Multiple Regression is almost like Simple Linear Regression, but with more than a single independent feature, which means we try to predict a value based on more than one variable.
check this project article on medium: https://medium.com/@alhendyrenad/build-a-multiple-linear-regression-model-using-python-c4d9f9cf4cc7
Updated