Skip to content
Jim Schwoebel edited this page Aug 3, 2020 · 11 revisions

Allie is a framework for building machine learning models from audio, text, image, video, or .CSV files.

Here are some things that Allie can do:

  • find and download datasets (for quick experiments)
  • annotate, clean, and/or augment audio, text, image, or video datasets (to prepare data for modeling)
  • featurize files using a standard format (via audio, text, image, video, or csv featurizers)
  • transform features (via scikit-learn preprocessing techniques)
  • visualize featurized datasets (via yellowbrick, scikit-learn, and matplotlib libraries)
  • train classification or regression machine learning models (via tpot, hyperopt, scsr, devol, keras, ludwig, and 15 other training scripts)
  • make predictions from machine learning models (with all models trained in ./models directory)
  • export data in .CSV file formats (for repeatable machine learning experiments across frameworks)
  • compress machine learning models for deployment (including repositories with readmes)