Требуется считывание изображения с внутриротовой камеры
|
3 years ago | |
---|---|---|
images | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
app4Stoma-old.py | 3 years ago | |
app4Stoma.py | 3 years ago | |
requirements.txt | 3 years ago | |
setup.py | 3 years ago |
install miniconda
conda create -n STOMAAPP
conda activate STOMAAPP
pip install matplotlib
pip install Pillow
pip install --upgrade cx_Freeze
python app4Stoma.py
conda deactivate