Нема описа

Lars dc0f655cae Multiple prediction and probabilities пре 2 година
src dc0f655cae Multiple prediction and probabilities пре 2 година
.gitignore 1512ad6da0 Predictor, server, test, cells_1 and cells_2 models check in пре 2 година
README.md 391b9c3a65 README.md updated пре 2 година
requirements.txt c012ace4ff Imports and requirements.txt simplified пре 2 година

README.md

Cell Classifier

Linux install

Requirements: python version 3.9 or higher, and venv, eg.: python3.9-venv

Clone the repository and run from the root:

python3.9 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt