Skip to content

Instantly share code, notes, and snippets.

View husnejahan's full-sized avatar

Jahan husnejahan

  • Ryerson university
  • Canada
View GitHub Profile
@husnejahan
husnejahan / detect_flask.py
Created August 8, 2020 16:59 — forked from Jargon4072/detect_flask.py
yolov3_flask.py
# @Author: Dwivedi Chandan
# @Date: 2019-08-05T13:35:05+05:30
# @Email: chandandwivedi795@gmail.com
# @Last modified by: Dwivedi Chandan
# @Last modified time: 2019-08-07T11:52:45+05:30
# import the necessary packages
import numpy as np
import argparse
@husnejahan
husnejahan / answerfile
Created May 3, 2021 16:57 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"