Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Predict app #121

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from
Open

Commits on Oct 15, 2019

  1. Add Validator for app

    - Add the abstract class Validator
    - Add the class PredictRequestValidator for validating single predict
    requests
    - Add fastai to requirements
    DigitalPhilosopher committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0d6e168 View commit details
    Browse the repository at this point in the history
  2. Use Validator

    - Use Validator in predict single
    - Add abort function to Validator
    DigitalPhilosopher committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    a0bf719 View commit details
    Browse the repository at this point in the history
  3. Add Validator for zip files

    - Add PredictZipRequestValidator to module requests
    DigitalPhilosopher committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    7511cab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e04609 View commit details
    Browse the repository at this point in the history
  5. Add File class

    - Handle file through file class
    - File is removed in the destructor
    - Use in predict_single
    DigitalPhilosopher committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    75eeadd View commit details
    Browse the repository at this point in the history
  6. Add ZipArchive

    - Add ZipArchive to handle zips
    - Add predict multiple method to Predictor
    - Remove unused utils
    - Change File to set file or pathname
    - Change predict_zip in app
    DigitalPhilosopher committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    fa5bd2b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Add docstrings

    - Add docstrings for new classes
    - Remove unused imports
    DigitalPhilosopher committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    191a6da View commit details
    Browse the repository at this point in the history
  2. Fix imports

    - Remove imports from __init__
    - Fix circle import from File and app
    DigitalPhilosopher committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    400c24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74ed977 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    31201ac View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    251d239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d0a3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c7f764 View commit details
    Browse the repository at this point in the history
  4. Black code formating

    - Rename File to temporary file
    DigitalPhilosopher committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    8b6ecc1 View commit details
    Browse the repository at this point in the history