This repository provides a web-based API built with Flask that allows users to submit medical images and receive text-based reports generated by the trained model.
Technologies:
Flask
Functionality:
Accepts medical images as input.
Utilizes the trained model from the [[Model Training](Model Training Repo Link]) repository to generate reports. Returns the generated report as text.
See [Frontend & Backend]([Frontend & Backend Repo Link]) for information on how the application interacts with this API.