Brak opisu

Lars 391b9c3a65 README.md updated 2 lat temu
src 391b9c3a65 README.md updated 2 lat temu
.gitignore 1512ad6da0 Predictor, server, test, cells_1 and cells_2 models check in 2 lat temu
README.md 391b9c3a65 README.md updated 2 lat temu
requirements.txt 1512ad6da0 Predictor, server, test, cells_1 and cells_2 models check in 2 lat temu

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