Žiadny popis

Lars e3e8625bbb Server now takes command line parameters 2 rokov pred
src e3e8625bbb Server now takes command line parameters 2 rokov pred
.gitignore 1512ad6da0 Predictor, server, test, cells_1 and cells_2 models check in 2 rokov pred
README.md 391b9c3a65 README.md updated 2 rokov pred
requirements.txt 1512ad6da0 Predictor, server, test, cells_1 and cells_2 models check in 2 rokov pred

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