You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collective Knowledge (CK), Collective Mind (CM) and Common Metadata eXchange (CMX): community-driven projects to facilitate collaborative and reproducible research and to learn how to run AI, ML, and other emerging workloads more efficiently and cost-effectively across diverse models, datasets, software, and hardware using MLPerf.
A collection of portable workflows, automation recipes and components for MLOps in a unified CK format. Note that this repository is outdated - please check the 2nd generation of the CK workflow automation meta-framework with portable MLOps and DevOps components here:
This repository is a comprehensive collection of well-documented and implemented design patterns in Python. This repository serves as a valuable resource for software developers and architects looking to understand and apply design patterns effectively in their Python projects.
This budget app implementation was design as part of the "Scientific Computing with Python" certification at FreeCodeCamp. The app calculates a budget based on the user's activity (deposits, withdrawals), and based on that is able to render receipts and calculate the percentage of spending by category.
A fully modular Python/Django/Wagtail CMS site, designed for writers/authors. All specifics, like bootstrap theme, font-icon links, names, social media links, etc, are stored as environmental variables via Python-Decouple and custom Wagtail Admin settings to maximize code re-usability. Apps for Blog, Books (with booklist), Author, Contact with F…
This is an implementation of a Western and Chinese zodiac, takes as input Name and birth date of the user, and renders the information of the users' zodiac. This was a work for the software development module at Roehampton University.