DenisFramework is a Python framework that provides a collection of tools developed by the Denis Team.
Each module is callable and delivers commonly used functionalities to streamline team workflows.
- DenisPipeline: Executes modules efficiently using a
pipeline system, automatically resolving dependencies withtopological sorting. - DenisWeightTweak: Enables tuning of module weights to optimize performance, especially for modules that perform estimations or predictions.
To install DenisFramework, please follow the instructions provided in the README of each individual module.
This project is licensed under the MIT License. See the LICENSE file for full details.
This framework was developed by Team Denis as a Python toolkit for Hackathons and rapid prototyping.