All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
# pdf_contrast.py | |
Modify contrast of pdf | |
## Install | |
``` | |
pip install Pillow pdf2image img2pdf tqdm | |
``` | |
> Save this file as pdf_contrast.py |
Student: Akhil Rana (@akhil-rana)
Organisation: caMicroscope
Project: Pathology Algorithm Development Workbench
Mentors: Ryan Birmingham, Nan Li and Pradeeban Kathiravelu
Made an interactive UI that lets users to create and train their own machine learning models (CNN) that can be used in caMicroscope's prediction tool.
The model is trained either on the web browser or a web-server (node) using TensorflowJS.
The project has been implemented at 3 places:
- caMicroscope - Pull Requests - [Final branch merge PR](https://github.com/camicroscope