Skip to content

First Release

Latest
Compare
Choose a tag to compare
@IonMich IonMich released this 11 Nov 04:44

This is the initial minor version of the instructor web app.

The app is currently using the Django framework as a monolithic server and a combination of Django templates and vanilla Javascript for rendering the context. Styling is mostly done using Bootstrap. Inference at the server (document AI) is done via models in ONNX format, opencv, scikit-learn and Tesseract. PDF files are parsed via PyMuPDF.

The next minor version (v0.1.0) should have:

  • automated testing
  • docker deployment
  • consistent styling across UI pages
  • a single inference framework or separate inference servers (e.g. Triton)
  • SPA UI for submission detail page

What's Changed

New Contributors

Full Changelog: https://github.com/IonMich/instructor_pilot/commits/v0.0.1