AST_Automation

Overview

AST_Automation is a project aimed at automating the rapid testing of AST results. It streamlines the process by leveraging both backend API and image processing capabilities to achieve its objectives.

Installation

  1. To clone the project
    git clone https://github.com/keur1234/AST_Automation.git
  2. Install required libraries and run backend API and image processing:
    pip install -r requirements.txt
    python model.py
  3. Initialize and run the front-end:
    cd .\measure_dose\
    npm install
    npm run dev