Skip to content
Takaaki Gordon Mizuno edited this page Aug 11, 2021 · 15 revisions

Podder Task Foundation

The Podder Task Foundation is a framework designed to ease the development and maintenance of code for running machine learning prediction models. The Podder Task Foundation takes care of the common process other than the prediction model itself in the prediction model code. And it reduces the development load and allowing developers to focus on building prediction models.

Python has web application frameworks that make web development easier, such as Django and Flask, but Podder Task Foundation can be thought of as a Flask for machine learning prediction models. Podder Task Foundation can be thought of as a Flask for machine learning inference models.

Podder Task Foundation has the following features

  • Generate Command-line interfaces automatically
  • Help to handle file paths
  • Help reading from and writing to files
  • Simplify the use of temporary files
  • Generate Web APIs automatically

In addition, Podder Task Foundation increases the reusability of your model code, and productivity can be further enhanced.

Podder Task Foundation is maintained by Nexus FrontierTech