설명 없음

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