Skip to content

Instantly share code, notes, and snippets.

View akhil-rana's full-sized avatar
🏠
Working from 127.0.0.1

Akhil Rana akhil-rana

🏠
Working from 127.0.0.1
View GitHub Profile
@pystardust
pystardust / pdf_contrast.py
Created May 1, 2022 21:09
Change contrast of pdf using python
"""
# pdf_contrast.py
Modify contrast of pdf
## Install
```
pip install Pillow pdf2image img2pdf tqdm
```
> Save this file as pdf_contrast.py
@FreddieOliveira
FreddieOliveira / docker.md
Last active July 15, 2024 17:59
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

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.


Summary

@akhil-rana
akhil-rana / [GSoC 2020] [caMicroscope] Pathology Algorithm Development Workbench - Final Report.md
Last active April 5, 2021 16:37
[GSoC 2020] [caMicroscope] Pathology Algorithm Development Workbench - Final Report

Google Summer of Code 2020 - Work Product Submission

Student: Akhil Rana (@akhil-rana)
Organisation: caMicroscope
Project: Pathology Algorithm Development Workbench
Mentors: Ryan Birmingham, Nan Li and Pradeeban Kathiravelu

Overview

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: