Няма описание

Lars e3e8625bbb Server now takes command line parameters преди 2 години
src e3e8625bbb Server now takes command line parameters преди 2 години
.gitignore 1512ad6da0 Predictor, server, test, cells_1 and cells_2 models check in преди 2 години
README.md 391b9c3a65 README.md updated преди 2 години
requirements.txt 1512ad6da0 Predictor, server, test, cells_1 and cells_2 models check in преди 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