This repository has two main goals:
- Analyse the perfomance of different models when used to classify histopathology images.
- Create an organized architecture that's easy to deploy and understand.
Right now, it's a work in progress.
This application was made using Python 3.10.4. In order to create the repo renviornment, run the following commands:
python3 -m venv venv
To run the enviornment:
on linux/mac: source venv/bin/activate
on windows: venv/Scripts/activate
To exit the enviornment:
deactivate